Skip to content

Commit

Permalink
Remove unused Makefile targets
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 538c319 commit fae6057
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ clean-compile:
rm -f bin/pydockenv_exec*
clean-build:
rm -rf dist
check:
flake8 --config .flake8
isort -rc -c $(git ls-tree -r HEAD --name-only | grep "\.py")
build: clean check
python setup.py sdist bdist_wheel

compile-linux-i686: GOOS = linux
compile-linux-i686: GOARCH = 386
Expand Down Expand Up @@ -67,7 +62,7 @@ bump-patch: PART = patch
bump-major bump-minor bump-patch:
bumpversion $(PART)

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

0 comments on commit fae6057

Please sign in to comment.