Skip to content

Commit

Permalink
Just another tweak of the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lehn committed Apr 10, 2014
1 parent 3472d17 commit 94e0680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
all:
@echo
@echo "FLENS is header only. Just include -I 'PATH_TO_FLENS' in your"
@echo 'compile command, e.g.:'
@echo "compile command, e.g.:"
@echo
@echo ' g++ -Wall -std=c++11 -I $$HOME/FLENS tut01-page01-example.cc'
@echo " g++ -Wall -std=c++11 -I $(PWD) tut01-page01-example.cc"
@echo
@echo

Expand Down

0 comments on commit 94e0680

Please sign in to comment.