aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-11-26 02:52:48 +0100
committerMattias Andrée <maandree@kth.se>2016-11-26 02:52:48 +0100
commitcfdd4dbab72cdc18b64e95551e35bc1da8b11d60 (patch)
treeac9de3c9bd5db36fb0e0c798e61fce13cf62d89a /example/Makefile
parentsmall improvements (diff)
downloaddlu-cfdd4dbab72cdc18b64e95551e35bc1da8b11d60.tar.gz
dlu-cfdd4dbab72cdc18b64e95551e35bc1da8b11d60.tar.bz2
dlu-cfdd4dbab72cdc18b64e95551e35bc1da8b11d60.tar.xz
Add example
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile
new file mode 100644
index 0000000..86be61e
--- /dev/null
+++ b/example/Makefile
@@ -0,0 +1,7 @@
+all: dict.pdf
+
+dict.pdf: dict.tex
+ pdflatex dict.tex < /dev/null
+
+clean:
+ -rm dict.aux dict.log dict.pdf