summaryrefslogtreecommitdiff
path: root/sem5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sem5/Makefile')
-rw-r--r--sem5/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sem5/Makefile b/sem5/Makefile
index 202e7ad..0fdb95a 100644
--- a/sem5/Makefile
+++ b/sem5/Makefile
@@ -1,2 +1,7 @@
+.PHONY: clean mrproper
+
clean:
- find . | grep -P "(.aux|.fdb_latexmk|.fls|.log|.synctex.gz|.out)" | xargs rm \ No newline at end of file
+ find . | grep -P "(.aux|.fdb_latexmk|.fls|.log|.synctex.gz|.out)" | xargs rm -f
+
+mrproper: clean
+ find . | grep -P "(.pdf|.md)" | xargs rm -f