summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2021-05-21 01:54:31 +0200
committerGabriel Falcão <gabriel@nacaolivre.org>2021-05-21 01:54:31 +0200
commitff23b127673f60fb7e8fd8372051954f3191d284 (patch)
treeaff74de2ddffb7c9259d84f816656c442f9085d2
parentc6ca5c3ee296289817950bb0f7523ffcca6d45c6 (diff)
downloadhttpretty-ff23b127673f60fb7e8fd8372051954f3191d284.tar.gz
update makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f8f20a..4d9173d 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ html: $(DOCS_INDEX) $(VENV)/bin/sphinx-build
docs: $(DOCS_INDEX) $(VENV)/bin/sphinx-build
open $(DOCS_INDEX)
-release: | clean unit functional tests html
+release: | clean tests html
@rm -rf dist/*
@./.release
@make pypi