Fixup makefile

This commit is contained in:
Jakub Sztandera 2016-11-26 14:26:56 +01:00
parent 3f85eedb04
commit cf9c982881
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -1,12 +1,12 @@
all: deps test build all: build
deps: deps:
@npm install @npm install
test: test: deps
@npm run test @npm run test
build: build: deps
@npm run build @npm run build
@echo "Build success!" @echo "Build success!"
@echo "Output: 'dist/', 'examples/browser/'" @echo "Output: 'dist/', 'examples/browser/'"