diff options
| author | Brian Campbell | 2017-06-29 18:28:13 +0100 |
|---|---|---|
| committer | Brian Campbell | 2017-06-29 18:28:13 +0100 |
| commit | ae8e96ef1aef29b19ebe50a12dea552b740dc57a (patch) | |
| tree | 85f5b67fca6663b35a14d70fdcf61772e951b490 /src | |
| parent | 8c94d3b6250e04b602a8bd430a067b55c76cef92 (diff) | |
Ocamlbuild targets should always be remade
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index be1eb9e5..a58646b1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -40,7 +40,7 @@ # SUCH DAMAGE. # ########################################################################## -.PHONY: all sail test clean doc lib power test_power test_idempotence +.PHONY: all sail sail.native sail.byte test clean doc lib power test_power test_idempotence # set to -p on command line to enable gprof profiling OCAML_OPTS?= |
