Skip to content

Commit

Permalink
Added option to clean the directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
cseberino committed May 23, 2020
1 parent 8835fbe commit 7eb8452
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 @@ -16,3 +16,6 @@ pdf:
sphinx-build -M latexpdf "." "build/pdf"
mv build/pdf/latex/etc_tech_ref.pdf build/pdf/
rm -rf build/pdf/latex

clean:
rm -rf build

0 comments on commit 7eb8452

Please sign in to comment.