readd the Makefile
authorDana Jansens <danakj@orodu.net>
Thu, 10 Jul 2003 23:17:53 +0000 (23:17 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 10 Jul 2003 23:17:53 +0000 (23:17 +0000)
tests/Makefile

index de79d89..7dbff04 100644 (file)
@@ -1 +1,6 @@
-A Makefile
+files=$(wildcard *.c)
+
+all: $(files:.c=)
+
+%: %.c
+       $(CC) $(CFLAGS) -o $@ $^ -lX11 -L/usr/X11R6/lib -I/usr/X11R6/include