theory - q1,q2,q3
This commit is contained in:
parent
277d5d2d4a
commit
076bc5efc6
6 changed files with 204 additions and 0 deletions
7
theory/Makefile
Normal file
7
theory/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
.PHONY: clean
|
||||
|
||||
theory.pdf: $(wildcard *.tex)
|
||||
tectonic theory.tex
|
||||
|
||||
clean:
|
||||
rm theory.pdf
|
Loading…
Add table
Add a link
Reference in a new issue