]> Dogcows Code - chaz/openbox/commitdiff
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 de79d8908b7d17748e561c2ea750f2630f828104..7dbff0406878444ca80692714007ef6d42ff9f04 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
This page took 0.023915 seconds and 4 git commands to generate.