diff options
| author | Gabriel Kerneis | 2013-11-11 10:25:37 +0000 |
|---|---|---|
| committer | Gabriel Kerneis | 2013-11-11 10:25:37 +0000 |
| commit | 4e005a7065f88fb2ba4888c51dc8c0508d867e3f (patch) | |
| tree | 97ff3f0af8ee6df1c7b18ad842e766e7678d8c17 /src/Makefile | |
| parent | b644c12a4b4e80120772b7379fbadf211825fc31 (diff) | |
| parent | 2c7bf65b9c256a0d9bc3e4a5dfdeb3c208da2d61 (diff) | |
Merge branch 'new-lem-lib'
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 |
