added: -I../../pikotools flag when compiling

git-svn-id: svn://ttmath.org/publicrep/tito/trunk@443 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2013-10-15 23:49:06 +00:00
parent 23b06ec094
commit d10bfc9a37
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $(libname): $(o)
%.o: %.cpp
$(CXX) -c $(CXXFLAGS) $<
$(CXX) -c $(CXXFLAGS) -I../../pikotools $<
depend: