diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2015-02-20 01:35:59 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2015-02-20 01:35:59 +0000 |
commit | c97e203a833afd2ed0c2e09d6a79c1f297e2520e (patch) | |
tree | 3abebdf43ad0708288f6b13bfbab5f37a1195d0f | |
parent | 203c7209500892e0d9ba703c2de08f163d8a3511 (diff) | |
download | ocaml-c97e203a833afd2ed0c2e09d6a79c1f297e2520e.tar.gz |
add clean target
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/new-test-framework@15856 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | testsuite/makefiles/Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/makefiles/Makefile.common b/testsuite/makefiles/Makefile.common index 91b5e34754..29250f6a19 100644 --- a/testsuite/makefiles/Makefile.common +++ b/testsuite/makefiles/Makefile.common @@ -53,3 +53,6 @@ .f.o: $(FORTRAN_COMPILER) -c -I$(CTOPDIR)/byterun $*.f -o $*.$(O) + +clean:: + rm -f *.cm[iox] *.$(O) |