Skip to content

Commit

Permalink
pkg and build
Browse files Browse the repository at this point in the history
  • Loading branch information
octu0 committed Dec 15, 2020
1 parent 34171ca commit 16c9115
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 @@ -16,7 +16,7 @@ ghpkg:
docker push docker.pkg.github.com/octu0/revproxy/$(_NAME):$(_VERSION)

.PHONY: pkg
pkg:
pkg: build
mkdir -p "$(PWD)/pkg"
$(eval binpath_linux := "$(PWD)/pkg/$(_NAME)_linux_amd64-$(_VERSION)")
$(eval binpath_darwin := "$(PWD)/pkg/$(_NAME)_darwin_amd64-$(_VERSION)")
Expand Down

0 comments on commit 16c9115

Please sign in to comment.