Skip to content

Commit

Permalink
Add makefile for report
Browse files Browse the repository at this point in the history
  • Loading branch information
adolenc committed Jun 8, 2016
1 parent eb87716 commit 79815e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions report/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: all
all:
latexmk -pdf main

.PHONY: clean
clean:
-rm *.pdf *.out *.bbl *.blg *.aux *.fdb_latexmk *.fls *.log

0 comments on commit 79815e0

Please sign in to comment.