Skip to content

Commit

Permalink
makefile: fulfill the promise of actually calling the spritz target i…
Browse files Browse the repository at this point in the history
…n the zap target.
  • Loading branch information
Leslie P. Polzer committed Jan 16, 2019
1 parent dbc375d commit a0c601d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ spritz: ## Just cleans up LaTeX working folders and Pollen cache
rm -f notepad.sqlite; \
raco pollen reset

zap: ## Does a spritz and also deletes all HTML and PDF output
rm -rf posts/pollen-latex-work pollen-latex-work; \
zap: spritz ## Does a spritz and also deletes all HTML and PDF output
rm posts/*.html posts/*.pdf; \
rm feed.xml; \
rm *.html *.pdf; \
Expand Down

0 comments on commit a0c601d

Please sign in to comment.