Don't ignore Makefile until this gets autotooled.
[free-sw/xcb/demo] / neko / Makefile
1 CFLAGS = -g -Wall -Wpointer-arith -Wstrict-prototypes
2 LIBS = -lxcb -lXCBAux -lXCBICCCM -lXCBAtom
3
4 xcbneko:        xcbneko.c
5         $(CC) $(CFLAGS) xcbneko.c $(LIBS) -o xcbneko
6
7 all:    xcbneko