Commit 7a596c97 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Telematica ass2: fixed Makefile.

parent 005c6144
......@@ -11,3 +11,4 @@
compilerbouw/
robotica/
*.out
*.bz2
......@@ -7,7 +7,7 @@
all: highlight compile
clean:
rm -vf *.out *.aux *.toc translate.tex report.pdf
rm -vf *.out *.aux *.toc *.bz2 translate.tex report.pdf
compile:
pdflatex report
......@@ -19,3 +19,6 @@ highlight: translate.tex
translate.tex: translate
pygmentize -O style=colorful -l php -o $@ $^
tarball:
tar -cvjf translate.tar.bz2 translate report.pdf
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment