Files
circ/doc/mem/Makefile
Alex Ozdemir 697c240148 mem notes
2023-12-12 19:24:05 -08:00

13 lines
308 B
Makefile

.PHONY: main.pdf auto clean sync
main: build/main.pdf
build/main.pdf:
latexmk -pdf -halt-on-error -interaction=nonstopmode -shell-escape main.tex -outdir=build
auto:
latexmk -pvc -pdf -halt-on-error -interaction=nonstopmode -shell-escape main.tex -outdir=build
clean:
latexmk -C main.tex
rm -rf build