Skip to content
Snippets Groups Projects
Commit 63e3b707 authored by Paul Iannetta's avatar Paul Iannetta Committed by Thomas Wood
Browse files

Add a new target to clean all *.cmi files. Now it is convenient to use 'make...

Add a new target to clean all *.cmi files. Now it is convenient to use 'make cleanall all stdlib' and then 'make clean_cmi all stdlib'.
parent 91dda212
No related branches found
No related tags found
No related merge requests found
......@@ -44,4 +44,5 @@ clean:
rm -rf _build
rm -f *.native *.byte
cleanall: clean clean_tests clean_stdlib
clean_cmi: clean_tests clean_stdlib
cleanall: clean clean_cmi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment