[minor] stdlib/Makefile: remove redundant clean action

There is already a more precise

    clean::
            rm -f $(CAMLHEADERS)

rule above.

(Change suggested by David Allsopp.)
master
Gabriel Scherer 2020-05-05 14:25:18 +02:00
parent 67f6128ebd
commit fd789b5cec
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ $(OTHERS:.cmo=.cmx) std_exit.cmx: stdlib.cmx
clean::
rm -f *.cm* *.o *.obj *.a *.lib *.odoc
rm -f camlheader*
include .depend