···30613061# This is why this dependency is kept at the very end of this file
3062306230633063$(ALL_CMX_FILES): ocamlopt$(EXE)
30643064+30653065+# Allows dune to build without having to clean everything
30663066+.PHONY: clean-for-dune
30673067+clean-for-dune:
30683068+ rm -f stdlib/stdlib.{a,cma,cmxa}
30693069+ rm -f stdlib/std_exit.{o,cmo,cmx}
30703070+ rm -f otherlibs/str/str.cma
30713071+ rm -f otherlibs/unix/unix.cma