]> git.cworth.org Git - kub/blob - Makefile
New svg files of Kevin's Kub tiles
[kub] / Makefile
1 WARN_CFLAGS=-Wall -Wpointer-arith -Wstrict-prototypes \
2         -Wmissing-prototypes -Wmissing-declarations \
3         -Wnested-externs -fno-strict-aliasing
4
5 KUB_CFLAGS=$(WARN_CFLAGS)
6
7 kub: kub.c
8         $(CC) $(KUB_CFLAGS) -o $@ $^
9
10 clean:
11         rm -f kub *.o