Patched makefiles to perform complete cleanup and strip trailing cr

This commit is contained in:
Alexander Gordeev 2018-02-23 12:08:00 +07:00 committed by Dmitry Boulytchev
parent 9f9e912032
commit 63e4ec632b
3 changed files with 4 additions and 3 deletions

View file

@ -21,7 +21,7 @@ $(TOPFILE).byte: $(SOURCES:.ml=.cmo)
$(OCAMLC) -o $(TOPFILE).byte $(BFLAGS) $(LIBS) ostap.cma $(SOURCES:.ml=.cmo)
clean:
rm -Rf *.cmi *.cmo *.cmx *.annot *.o *.opt *.byte *~
rm -Rf *.cmi *.cmo *.cmx *.annot *.o *.opt *.byte *~ .depend
-include .depend
# generic rules