aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoris2017-05-08 20:44:45 +0200
committerJoris2017-05-08 20:44:45 +0200
commit14433a928f7fdf9be3193812cbbed1a5ae49ecd7 (patch)
treea9a81b57922ba007f9864db9fbe789e559d10fb3 /Makefile
parent9e4c00c3df11b7ffc1e9b626ffbf5a74521b5a7a (diff)
downloadcooking-14433a928f7fdf9be3193812cbbed1a5ae49ecd7.tar.gz
cooking-14433a928f7fdf9be3193812cbbed1a5ae49ecd7.tar.bz2
cooking-14433a928f7fdf9be3193812cbbed1a5ae49ecd7.zip
Let the user upgrade an ingredient quantity and adapt other quantities
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b5d97f..aaedc92 100644
--- a/Makefile
+++ b/Makefile
@@ -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