Commit 531eef7d authored by Taddeus Kroes's avatar Taddeus Kroes

Added Makefile.

parent 78588d2a
RM=rm -rf
all: plan.pdf report.pdf
plan.pdf: plan.tex
pdflatex $^
report.pdf: report.tex
pdflatex $^
clean:
$(RM) *.pdf *.aux *.log *.out *.toc
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