Updated makefile
This commit is contained in:
parent
fd56b46ab2
commit
43bba90a44
4
makefile
4
makefile
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user