Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tonghuix committed Oct 5, 2016
1 parent cc3e138 commit a39e5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ all: book
book: epub html pdf odf

clean:
rm $(BOOKNAME).*
rm *.tex *.aux *.fot *.toc *.log *.out
rm -fr fs-translations
rm *.png
rm $(BOOKNAME).*
rm -r site

epub: $(BOOKNAME).epub
Expand Down

0 comments on commit a39e5c7

Please sign in to comment.