diff --git a/Makefile b/Makefile index e2c1ea77..450b80bd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,13 @@ all: + @echo + @echo "FLENS is header only. Just include -I 'PATH_TO_FLENS' in your" + @echo 'compile command, e.g.:' + @echo + @echo ' g++ -Wall -std=c++11 -I $$HOME/FLENS tut01-page01-example.cc' + @echo + @echo +install: all check : $(MAKE) -C cxxblas/netlib