phony + gitignore
This commit is contained in:
parent
47ffb33a89
commit
dc498d89bf
2 changed files with 7 additions and 1 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
*.aux
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.log
|
||||
*.out
|
||||
*.xdv
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
.PHONY: clean
|
||||
.PHONY: clean distclean
|
||||
|
||||
skripta.pdf: $(wildcard *.tex)
|
||||
latexmk -xelatex skripta.tex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue