Makefile
This commit is contained in:
parent
49f4053379
commit
1607f9a1df
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