]> Dogcows Code - chaz/openbox/blob - tests/Makefile
Merge branch 'master' into chaz
[chaz/openbox] / tests / Makefile
1 files=$(wildcard *.c)
2
3 all: $(files:.c=)
4
5 %: %.c
6 $(CC) `pkg-config --cflags --libs glib-2.0` $(CFLAGS) -o $@ $^ -lX11 -lXext -L/usr/X11R6/lib -I/usr/X11R6/include
This page took 0.028394 seconds and 4 git commands to generate.