Updated makefile

This commit is contained in:
Eduard Urbach 2017-07-06 01:01:04 +02:00
parent f6f159fc41
commit ae27c50c1f

View File

@ -6,6 +6,7 @@ GOINSTALL=$(GOCMD) install
GOTEST=$(GOCMD) test
BUILDJOBS=@./jobs/build.sh
BUILDPATCHES=@./patches/build.sh
TSCMD=@tsc
IPTABLES=@sudo iptables
server:
@ -14,6 +15,8 @@ jobs:
$(BUILDJOBS)
patches:
$(BUILDPATCHES)
js:
$(TSCMD)
install:
$(GOINSTALL)
test:
@ -24,6 +27,7 @@ versions:
@go version
@asd --version
assets:
$(TSCMD)
@pack
depslist:
$(GOCMD) list -f {{.Deps}} | sed -e 's/\[//g' -e 's/\]//g' | tr " " "\n"