2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-22 01:47:34 +00:00

Update Makefile

This commit is contained in:
Dan 2024-12-23 21:16:06 +01:00
parent efac17198b
commit f67ce7833b

View File

@ -5,7 +5,7 @@ TAG = v$(shell grep -E '__version__ = ".*"' pyrogram/__init__.py | cut -d\" -f2)
RM := rm -rf
.PHONY: venv clean-build clean-api clean api build
.PHONY: venv clean-build clean-api clean api build tag dtag
venv:
$(RM) $(VENV)