Updated makefile

This commit is contained in:
Eduard Urbach 2018-04-26 03:55:25 +02:00
parent fd56b46ab2
commit 43bba90a44

View File

@ -74,8 +74,8 @@ assets:
$(TSCMD) $(TSCMD)
@pack @pack
deps: deps:
@go get -t -v ./... # Ignore errors using the "-" because components directory can not be fetched.
@exit 0 @-go get -t -v ./...
depslist: depslist:
$(GOCMD) list -f {{.Deps}} | sed -e 's/\[//g' -e 's/\]//g' | tr " " "\n" $(GOCMD) list -f {{.Deps}} | sed -e 's/\[//g' -e 's/\]//g' | tr " " "\n"
clean: clean: