From 7b580c4ec9f4bf29ddfc899087df36e898869785 Mon Sep 17 00:00:00 2001 From: ShilongLee <1261586682@qq.com> Date: Fri, 13 Sep 2024 17:00:13 +0800 Subject: [PATCH] =?UTF-8?q?MOD:=E4=BF=AE=E6=94=B9makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c61a495..0ae603a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ .PHONY: venv, install, clean, help +all: venv install + @echo "Build success" + venv: python3 -m venv .venv