Fix more format string integer size warnings.
[free-sw/xcb/demo] / app / xte / Makefile
1 pkgs = xcb xcb-keysyms xcb-xtest
2 CFLAGS = `pkg-config --cflags $(pkgs)` -g -Wall -Wpointer-arith -Wstrict-prototypes
3 LIBS = `pkg-config --libs $(pkgs)`
4
5 xte:    xte.c
6         $(CC) $(CFLAGS) xte.c $(LIBS) -o xte