Add all deps to Makefile

This commit is contained in:
Ralph Slooten 2019-08-03 19:21:42 +12:00
parent 120e5fefde
commit 5df486c53e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build = echo "\n\nBuilding $(1)-$(2)" && GOOS=$(1) GOARCH=$(2) go build ${LDFLAG
&& bzip2 dist/goptimize_${VERSION}_$(1)_$(2)
goptimize: *.go
go get github.com/disintegration/imaging
go get github.com/disintegration/imaging golang.org/x/image/bmp golang.org/x/image/tiff github.com/axllent/gitrel
go build ${LDFLAGS} -o goptimize
rm -rf /tmp/go-*