diff --git a/Makefile b/Makefile index 450b80bd..7172b44e 100644 --- a/Makefile +++ b/Makefile @@ -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