Skip to content

Commit 7b580c4

Browse files
committed
MOD:修改makefile
1 parent 3925ec6 commit 7b580c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
.PHONY: venv, install, clean, help
22

3+
all: venv install
4+
@echo "Build success"
5+
36
venv:
47
python3 -m venv .venv
58

0 commit comments

Comments
 (0)