Skip to content
Snippets Groups Projects
Commit 2ccec5f2 authored by erwan's avatar erwan
Browse files

don't hard-code paths

parent 1829c131
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,10 @@ build: ...@@ -10,7 +10,10 @@ build:
test: test:
cd test; make cd test; make
clean: clean:
rm -f *.cmxs sasa *.cmi *.o *.cmx *.pdf rm -f *.cmxs sasa *.cmi *.o *.cmx *.pdf
dune clean dune clean
cd test; make clean cd test; make clean
-include Makefile.local
# Time-stamp: <modified the 10/03/2019 (at 12:09) by Erwan Jahier> # Time-stamp: <modified the 10/03/2019 (at 13:11) by Erwan Jahier>
DIR=~/sasa/_build/install/default DIR=../../_build/install/default
sasa=$(DIR)/bin/sasa sasa=$(DIR)/bin/sasa
LIB=-I $(DIR)/lib/algo LIB=-I $(DIR)/lib/algo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment