]> Dogcows Code - chaz/openbox/blobdiff - tests/Makefile
add the mapiconic test
[chaz/openbox] / 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.019821 seconds and 4 git commands to generate.