diff options
Diffstat (limited to 'byterun/Makefile.common')
-rwxr-xr-x | byterun/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/Makefile.common b/byterun/Makefile.common index 2546cf661f..10fb34024f 100755 --- a/byterun/Makefile.common +++ b/byterun/Makefile.common @@ -86,7 +86,7 @@ jumptbl.h : instruct.h version.h : ../VERSION echo "#define OCAML_VERSION \"`head -1 ../VERSION`\"" > version.h -clean: +clean :: rm -f ocamlrun$(EXE) ocamlrund$(EXE) *.$(O) *.$(A) *.$(SO) rm -f primitives prims.c opnames.h jumptbl.h ld.conf rm -f version.h |