summaryrefslogtreecommitdiffstats
path: root/paper/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-07 13:43:16 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-07 13:43:16 +0100
commitf9ca386bda2fe89287b9bb65d3d28e0c150d8984 (patch)
treec7ad596237f3d63829d7a7574a93f220a9fc721d /paper/Makefile
downloadfpga20_fubfst-master.tar.gz
fpga20_fubfst-master.zip
Add initial filesHEADmaster
Diffstat (limited to 'paper/Makefile')
-rw-r--r--paper/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/paper/Makefile b/paper/Makefile
new file mode 100644
index 0000000..65e84e0
--- /dev/null
+++ b/paper/Makefile
@@ -0,0 +1,4 @@
+all: $(subst .tex,.pdf,$(wildcard *.tex))
+
+%.pdf: %.tex
+ latexmk -pdf -shell-escape -pdflatex="lualatex" $< </dev/null