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 ca3988c commit ef09dba
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/New-Introductory-Lectures-On-Psycho-Analysis.epub : New-Introductory-Lect

ebooks/New-Introductory-Lectures-On-Psycho-Analysis.mobi : ebooks/New-Introductory-Lectures-On-Psycho-Analysis.epub
kindlegen ebooks/New-Introductory-Lectures-On-Psycho-Analysis.epub

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

0 comments on commit ef09dba

Please sign in to comment.