]> icculus.org git repositories - mikachu/openbox.git/blob - tests/Makefile
update the title test program to allow combinations of WM_NAME/_NET_WM_NAME and STRIN...
[mikachu/openbox.git] / tests / Makefile
1 files=$(wildcard *.c)
2
3 all: $(files:.c=)
4
5 %: %.c
6         $(CC) $(CFLAGS) -o $@ $^ -lX11 -L/usr/X11R6/lib -I/usr/X11R6/include