all repos — openbox @ e6026ed9a5026e0e3fa350cdf3615afb4dc18bce

openbox fork - make it a bit more like ryudo

build otk_test
Dana Jansens danakj@orodu.net
commit

e6026ed9a5026e0e3fa350cdf3615afb4dc18bce

parent

e40e3d68effbee0299461e93ed6544236fb49ceb

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

jump to
M otk/Makefile.amotk/Makefile.am

@@ -14,6 +14,9 @@

distclean-local: rm -f *\~ *.orig *.rej .\#* +otk_test: + $(CXX) $(CPPFLAGS) -DHAVE_CONFIG_H -I. -I. -I.. -I../src $(XFT_CFLAGS) -Wall -W -pedantic -DNDEBUG -g -O2 -o otk_test otk_test.cc $(XFT_LIBS) ./libotk.a + # local dependencies color.o: color.cc color.hh display.hh screeninfo.hh rect.hh gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \