We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efac171 commit f67ce78Copy full SHA for f67ce78
Makefile
@@ -5,7 +5,7 @@ TAG = v$(shell grep -E '__version__ = ".*"' pyrogram/__init__.py | cut -d\" -f2)
5
6
RM := rm -rf
7
8
-.PHONY: venv clean-build clean-api clean api build
+.PHONY: venv clean-build clean-api clean api build tag dtag
9
10
venv:
11
$(RM) $(VENV)
0 commit comments