Skip to content

Commit

Permalink
Fix 'make spritz' to clean up SQlite database.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie P. Polzer committed Jan 16, 2019
1 parent 731bb5b commit ca57c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ publish: ## Rsync the website to the public web server (does not rebuild site fi
# ‘make zap’ deletes all output files as well.
spritz: ## Just cleans up LaTeX working folders and Pollen cache
rm -rf posts/pollen-latex-work pollen-latex-work; \
rm -f notepad.sqlite; \
raco pollen reset

zap: ## Does a spritz and also deletes all HTML and PDF output
Expand Down

0 comments on commit ca57c48

Please sign in to comment.