xorg/tests: added xdemo Makefile

ulab-original
Jay Sorg 12 years ago
parent 35a22ac307
commit 968a293e19

@ -0,0 +1,11 @@
CFLAGS = -Werror -Wall
all: xdemo
xdemo: xdemo.c bmp_parser.c
gcc $(CFLAGS) xdemo.c bmp_parser.c -o xdemo -lX11
.PHONY clean:
rm -f *.o xdemo
Loading…
Cancel
Save