stage-2022/Makefile

8 lines
89 B
Makefile

all: NotesStage.pdf
NotesStage.pdf:
latexmk -pdf NotesStage.tex
clean:
git clean -Xf