summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-04-06 20:00:37 +0100
committerYann Herklotz <git@yannherklotz.com>2022-04-06 20:00:37 +0100
commitd611f929443140cbd7bff2a1899b971c216ddbd2 (patch)
tree588d23e3adb1efc22e39f3af15b624b2fa54a783 /Makefile
parent30dd0624be59e05ede55e911e5d5656798c3f0d9 (diff)
downloadlsr22_fvhls-d611f929443140cbd7bff2a1899b971c216ddbd2.tar.gz
lsr22_fvhls-d611f929443140cbd7bff2a1899b971c216ddbd2.zip
Add new files and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9bfb28c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+PROJNAME=main
+
+.PHONY: $(PROJNAME).pdf all clean
+
+all: $(PROJNAME).pdf
+
+$(PROJNAME).pdf: $(PROJNAME).tex
+ latexmk -pdf -pdflatex="pdflatex -interactive=nonstopmode" -use-make $<
+
+cleanall:
+ latexmk -C
+
+clean:
+ latexmk -c