mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-23 23:28:46 +00:00
Patched makefiles to perform complete cleanup and strip trailing cr
This commit is contained in:
parent
9f9e912032
commit
63e4ec632b
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue