diff --git a/makefile b/makefile index 79095ec..0d7a47f 100644 --- a/makefile +++ b/makefile @@ -158,6 +158,14 @@ pkg-deb: build ## Build debian package .PHONY:pkg-deb endif +ifneq ($(OS),Windows_NT) +## Deploy + +deploy: ## deploy debian packages + find -O1 $(OUT_DIR) -name '*.changes' -exec dput mousesoft \{\} \; +.PHONY:deploy +endif + ## Test test: ## Run the tests of the project @@ -210,12 +218,6 @@ doc-golds: doc-common ## Generate HTML documentation with Golds. -silent -only-list-exporteds -wdpkgs-listing=solo ./... .PHONY:doc-golds -## Deploy - -deploy: ## deploy debian packages - find -O1 $(OUT_DIR) -name '*.changes' -exec dput mousesoft \{\} \; -.PHONY:deploy-deb - ## Help help: ## Show this help.