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

Fix: a typo in test/Makefile.inc

parent 750f5f8a
No related branches found
No related tags found
No related merge requests found
# Time-stamp: <modified the 24/03/2019 (at 10:32) by Erwan Jahier>
# Time-stamp: <modified the 26/03/2019 (at 17:47) by Erwan Jahier>
DIR=../../_build/install/default
sasa=$(DIR)/bin/sasa -seed 42
......@@ -6,7 +6,7 @@ sasa=$(DIR)/bin/sasa -seed 42
LIB=-I $(DIR)/lib/algo
# LIB=-I +algo
%.cmxs: rdbg%.ml
%.cmxs: %.ml
ocamlopt -shared $(LIB) $^ -o $@
%.lut: %.dot
......
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