]> icculus.org git repositories - mikachu/openbox.git/blob - tests/Makefile
update the po files as they appear in 3.4.6 with the new strings
[mikachu/openbox.git] / tests / Makefile
1 files=$(wildcard *.c)
2
3 all: $(files:.c=)
4
5 %: %.c
6         $(CC) $(CFLAGS) -o $@ $^ -lX11 -lXext -L/usr/X11R6/lib -I/usr/X11R6/include