Preventing cleanup from deleting the main .tex file

This commit is contained in:
Igal Tabachnik 2017-10-02 14:25:22 +03:00
parent 6bccd5a37d
commit bbd1c59015

View File

@ -17,6 +17,6 @@ clean:
latexmk -CA
clean-all: clean
${RM} ${FIG} ctfp.tex coverpage.pdf ctfp.fls
${RM} ${FIG} coverpage.pdf ctfp.fls
.PHONY: all clean clean-all