diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,10 +7,14 @@ stop: @tmux kill-session -t cooking clean: + @rm -rf bower_components + @rm -rf node_modules @stack exec cooking clean > /dev/null 2>&1 || true @stack clean > /dev/null install: + @yarn install + @bower install @stack setup .PHONY: build |