Skip to content
Snippets Groups Projects
Commit 5e7505e6 authored by Martin Beseda's avatar Martin Beseda
Browse files

ENH: clean.sh now deletes even files generated by FUnit and .o and .mod files in src folder.

parent cb0fb526
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,5 @@
rm -rf build
rm -rf docs/*
rm -f src/*TestRunner*
rm -f src/*.o src/*.mod
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