m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-08-09 20:46:23 -0400
committerMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-08-09 20:46:23 -0400
commitb0891ac62773c4a4de26fdd782bd358ef7d2e8d4 (patch)
tree177b25639e10b854b385d67ef042eb82cb000aff /Makefile
parent24c723610003ba32cddb3353c56603fb7fc3e191 (diff)
Add make clean command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 30f6a3a..41d3c03 100644
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,8 @@ mgr.pdf: mgr.tex mgr.bib pracamgr.cls definitions.sty
lualatex mgr
biber mgr
lualatex mgr
+
+.PHONY: clean
+
+clean:
+ rm -rf mgr.pdf mgr.aux mgr.bbl mgr.bcf mgr.blg mgr.log mgr.run.xml mgr.toc