Skip to content

Commit

Permalink
Add make target for development
Browse files Browse the repository at this point in the history
Signed-off-by: Lou Marvin Caraig <[email protected]>
  • Loading branch information
se7entyse7en committed Jun 27, 2020
1 parent 88c2dd1 commit a04a394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ compile-linux-i686 compile-linux-x86_64 compile-darwin: clean-compile

compile-all: compile-linux-i686 compile-linux-x86_64 compile-darwin

compile-dev: clean-compile
go build -o bin/pydockenv_exec

build-linux-i686: PLAT_NAME = manylinux1_i686
build-linux-i686: EXEC_SUFFIX = _linux_386
build-linux-i686: compile-linux-i686
Expand Down Expand Up @@ -63,6 +66,6 @@ bump-major bump-minor bump-patch:
bumpversion $(PART)

.PHONY: clean-compile clean-build \
compile-linux-i686 compile-linux-x86_64 compile-darwin compile-all \
compile-linux-i686 compile-linux-x86_64 compile-darwin compile-all compile-dev \
build-linux-i686 build-linux-x86_64 build-darwin build-all \
publish-check publish bump-major bump-minor bump-patch

0 comments on commit a04a394

Please sign in to comment.