diff options
author | Joris | 2017-05-01 21:53:54 +0200 |
---|---|---|
committer | Joris | 2017-05-01 21:53:54 +0200 |
commit | 4e3cd92a8063a70dab9ae0ccafd0552c78c6e005 (patch) | |
tree | 4a636cd5a8143f3e037b704854078e3cc81ee7e0 /Makefile | |
parent | 0c5de00f7065d8dcf94b2fd85413bad3c7670dfd (diff) |
Update food
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ stop: test: @pulp test +install: + @yarn install + @bower install + build: @pulp build --to public/main.js |