all repos — openbox @ 7f111a94d0a0d8a45d318b8a19d0da1097c76d24

openbox fork - make it a bit more like ryudo

rm more annoying shit
Dana Jansens danakj@orodu.net
commit

7f111a94d0a0d8a45d318b8a19d0da1097c76d24

parent

54524ace9779d90ae3c4a18eeb70193daea2fb0a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M otk_c/Makefileotk_c/Makefile

@@ -17,7 +17,7 @@ install -d $(libdir)

install $^ $(libdir) clean: - $(RM) $(targets) *.o core + $(RM) $(targets) *.o core *\~ .\#* libotk.so: $(sources:.c=.o) $(CC) -shared -o $@ $^ $(LDFLAGS)