Skip to content

Commit

Permalink
Add clean target to makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
czerwonamaupa committed Dec 21, 2018
1 parent 6b22781 commit f980135
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 @@ -29,3 +29,6 @@ ebooks/dialektyka-oswiecenia.epub : chapters/* styles/ebook.css template.t filte

ebooks/dialektyka-oswiecenia.mobi : ebooks/dialektyka-oswiecenia.epub
kindlegen ebooks/dialektyka-oswiecenia.epub

clean :
$(RM) ebooks/* index.html styles/ebook.css

0 comments on commit f980135

Please sign in to comment.