all repos — openbox @ beae040a8145e4dbe5444720152b9176660433d8

openbox fork - make it a bit more like ryudo

tests/Makefile (raw)

1
2
3
4
5
6
files=$(wildcard *.c)

all: $(files:.c=)

%: %.c
	$(CC) `pkg-config --cflags --libs glib-2.0` $(CFLAGS) -o $@ $^ -lX11 -lXext -L/usr/X11R6/lib -I/usr/X11R6/include