]> Dogcows Code - chaz/openbox/blobdiff - tests/Makefile
fix for not changing clients' border widths on them
[chaz/openbox] / tests / Makefile
index de79d8908b7d17748e561c2ea750f2630f828104..6374b3920c10c0ba5cfa6f5de46949ebcd20418b 100644 (file)
@@ -1 +1,6 @@
-A Makefile
+files=$(wildcard *.c)
+
+all: $(files:.c=)
+
+%: %.c
+       $(CC) $(CFLAGS) -o $@ $^ -lX11 -lXext -L/usr/X11R6/lib -I/usr/X11R6/include
This page took 0.019542 seconds and 4 git commands to generate.