Commit 0de924b2 authored by Taddeus Kroes's avatar Taddeus Kroes

Updated Makefile,

parent 9160233f
RM=rm -rf
all: plan.pdf report.pdf
all: plan.pdf report.pdf presentation_lbp.pdf presentation.pdf
plan.pdf: plan.tex
pdflatex $^
pdflatex $^
report.pdf: report.tex
%.pdf: %.tex
pdflatex $^
pdflatex $^
clean:
$(RM) *.pdf *.aux *.log *.out *.toc
$(RM) *.pdf *.aux *.log *.out *.toc *.snm *.nav
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