created makefile

xkbcommon
Alessandro Mauri 4 years ago
parent 352bd1f838
commit 9df5f5f8de
  1. 9
      makefile

@ -0,0 +1,9 @@
CC = gcc
CFLAGS = -Wall -Werror -pedantic -O2
macrod: macrod.o
macrod.o: macrod.c
clean:
rm macrod *.o
Loading…
Cancel
Save