build otk_test
This commit is contained in:
parent
e40e3d68ef
commit
e6026ed9a5
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ MAINTAINERCLEANFILES= Makefile.in
|
|||
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 \
|
||||
|
|
Loading…
Reference in a new issue