all repos — openbox @ 6b1381d69daf7c325d4a8165a8b0006d0dce85a5

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) $(CFLAGS) -o $@ $^ -lX11 -L/usr/X11R6/lib