diff --git a/Makefile b/Makefile index a7e2e9a..c9b47d1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -.PHONY: release release-patch release-minor release-major demo +.PHONY: release release-patch release-minor release-major +.PHONY: all doc clean test test-verbose test-coverage demo lint build install all: clean doc @@ -39,10 +40,6 @@ doc: lint: pylint -j $(shell nproc) -f colorized -r n --rcfile=.pylintrc secop secop_* test -.PHONY: doc clean test test-verbose test-coverage demo lint - -all: # no build necessary - release-patch: MODE="patch" $(MAKE) release