Skip to content

Commit

Permalink
Make clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
magagr committed Mar 13, 2017
1 parent f57e98c commit 442bbe6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ textemplate: report_template.md
# convert the markdown template to pdf
pdftemplate: report_template.md
pandoc -o report_template.pdf $<

clean:
xargs -I % find -name % -delete < .gitignore

0 comments on commit 442bbe6

Please sign in to comment.