makefile
This commit is contained in:
parent
c7fe40167f
commit
2b4f1fcbf0
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
.PHONY: clean
|
||||
|
||||
skripta.pdf: $(wildcard *.tex)
|
||||
tectonic skripta.tex
|
||||
|
||||
clean:
|
||||
rm skripta.pdf
|
Loading…
Add table
Add a link
Reference in a new issue