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 9890aa8 commit ce75f00
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/simulacra-and-simulation.epub : chapters/* styles/ebook.css filters/* tem

ebooks/simulacra-and-simulation.mobi : ebooks/simulacra-and-simulation.epub
kindlegen ebooks/simulacra-and-simulation.epub

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

0 comments on commit ce75f00

Please sign in to comment.