Skip to content

Commit

Permalink
Modified makefile in the tools directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Jul 14, 2016
1 parent 72fd027 commit 5cc9573
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
CXX = c++

CXXFLAGS = -O2
INCLUDE = -I../include

# Add the directory containing boost header files here
INCLUDE = -I../include -I$(HOME)/include

#----------------------------------------------
# General rules
Expand Down

0 comments on commit 5cc9573

Please sign in to comment.