diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ clean: rmdir deploy # this may fail if the server was run, due to the bangs.json being generated -deploy-dir: deploy deploy/bundle.js deploy/index.html deploy/bangs-ddgless +deploy-dir: deploy deploy/bundle.js deploy/style.css deploy/index.html deploy/bangs-ddgless deploy.zip: deploy-dir zip deploy.zip -r deploy |