Skip to content

Commit

Permalink
Okay, we even display in case of 'make' or 'make install' a note abou…
Browse files Browse the repository at this point in the history
…t the fact the we are header only :-)
  • Loading branch information
Michael Lehn committed Apr 10, 2014
1 parent 0ec0fae commit 3472d17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3472d17

Please sign in to comment.