diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ watch-style: clean: stack clean --full - rm -f deploy/{bundle.js,index.html,fastbangs} + rm -f deploy/{bundle.js,index.html,fastbangs,style.css} rm -f deploy.zip # This may fail if the server was run, due to bangs.json and banger.db. # This is intentional, as we don't want to delete some users' data |