Typo in the deletion of bytecode programs.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10350 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
5dad1ef161
commit
f80a60d1a0
|
@ -20,6 +20,6 @@ run:
|
|||
done
|
||||
|
||||
clean: defaultclean
|
||||
@rm -f *.byte *.native *.result
|
||||
@rm -f *.bytecode *.native *.result
|
||||
|
||||
include ../../makefiles/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue