Skip to content

Commit

Permalink
make api targets too
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Oct 26, 2015
1 parent 04cef0c commit 16cef64
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 @@ -9,7 +9,7 @@ publish:
release:
docker build -t convox/api:$(VERSION) .
docker push convox/api:$(VERSION)
cd api && make
cd api && make release

test-deps:
go get -t -u ./...
Expand Down

0 comments on commit 16cef64

Please sign in to comment.