7 lines
89 B
Makefile
7 lines
89 B
Makefile
.PHONY: clean
|
|
|
|
theory.pdf: $(wildcard *.tex)
|
|
tectonic theory.tex
|
|
|
|
clean:
|
|
rm theory.pdf
|