Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
deps added as a dependency for the gox target
  • Loading branch information
leonsteinhaeuser committed Mar 25, 2021
1 parent 51abea4 commit dc37ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ webtest:
apitest:
./apitest --stop-on-fail -d test/

gox:
gox: deps
go get github.com/mitchellh/gox
gox ${LDFLAGS} -parallel=4 -output="./bin/apitest_{{.OS}}_{{.Arch}}"

Expand Down

0 comments on commit dc37ace

Please sign in to comment.