diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 325c326c..d36441b6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ -.PHONY: all test clean +.PHONY: all test clean update_lem_lib all: - ocamlbuild main.native test/run_tests.native + ocamlbuild -classic-display main.native test/run_tests.native test: all ./run_tests.native @@ -11,3 +11,4 @@ clean: -rm -rf _build -rm -rf html-doc -rm -rf tex-doc + -rm -rf lem lib |
