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

Telematica ass2: fixed Makefile.

parent 005c6144
...@@ -11,3 +11,4 @@ ...@@ -11,3 +11,4 @@
compilerbouw/ compilerbouw/
robotica/ robotica/
*.out *.out
*.bz2
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
all: highlight compile all: highlight compile
clean: clean:
rm -vf *.out *.aux *.toc translate.tex report.pdf rm -vf *.out *.aux *.toc *.bz2 translate.tex report.pdf
compile: compile:
pdflatex report pdflatex report
...@@ -19,3 +19,6 @@ highlight: translate.tex ...@@ -19,3 +19,6 @@ highlight: translate.tex
translate.tex: translate translate.tex: translate
pygmentize -O style=colorful -l php -o $@ $^ 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