Skip to content
Snippets Groups Projects
Commit 0de924b2 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Updated Makefile,

parent 9160233f
No related branches found
No related tags found
No related merge requests found
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
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment