Update Makefile

This commit is contained in:
Tobie Morgan Hitchcock 2016-08-10 10:53:03 +01:00
parent e758a8e8fc
commit a05a92736c

View file

@ -39,7 +39,7 @@ kill:
.PHONY: convey .PHONY: convey
convey: convey:
@echo "Run 'go get -u -v github.com/smartystreets/goconvey'" @echo "Run 'go get -u -v github.com/smartystreets/goconvey'"
goconvey -packages 5 -port 5000 -poll 1s -excludedDirs 'build,dev,docs,gui,vendor' goconvey -packages 5 -port 5000 -poll 1s -excludedDirs 'build,dev,doc,gui,vendor'
# The `make glide` command ensures that # The `make glide` command ensures that
# all imported dependencies are synced # all imported dependencies are synced
@ -47,7 +47,7 @@ convey:
.PHONY: glide .PHONY: glide
glide: glide:
glide update glide install
# The `make test` command runs all # The `make test` command runs all
# tests, found within all sub-folders # tests, found within all sub-folders
@ -108,6 +108,7 @@ install:
ember: ember:
npm install -g bower npm install -g bower
npm install -g ember-cli npm install -g ember-cli
cd gui && npm cache clean && bower cache clean cd gui && npm cache clean
cd gui && bower cache clean
cd gui && npm install && bower install cd gui && npm install && bower install
cd gui && ember build -prod -o ../app/ cd gui && ember build -prod -o ../app/