diff options
Diffstat (limited to 'docs/TR-20210730212057-IA-WDS-CG/Makefile')
-rw-r--r-- | docs/TR-20210730212057-IA-WDS-CG/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/TR-20210730212057-IA-WDS-CG/Makefile b/docs/TR-20210730212057-IA-WDS-CG/Makefile new file mode 100644 index 0000000..9996575 --- /dev/null +++ b/docs/TR-20210730212057-IA-WDS-CG/Makefile @@ -0,0 +1,9 @@ +main.pdf: main.tex + pdflatex main.tex + bibtex main + pdflatex main.tex + + +.PHONY: clean +clean: + rm -f main.pdf |