This commit is contained in:
2026-04-06 16:16:53 -04:00
commit 2c9d425cf3
3 changed files with 330 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
main = report
latexmk = latexmk -pdflatex
.PHONY : main clean cleanall
main: $(main).tex
$(latexmk) $<
clean:
$(latexmk) -c $(main).tex
cleanall:
$(latexmk) -C $(main).tex