all repos — openbox @ 4c7cc1cfa64bf5722f059eae0528d510c2ae636f

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