Typo in the deletion of bytecode programs.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10350 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Clerc 2010-05-03 09:38:04 +00:00
parent 5dad1ef161
commit f80a60d1a0
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ run:
done
clean: defaultclean
@rm -f *.byte *.native *.result
@rm -f *.bytecode *.native *.result
include ../../makefiles/Makefile.common