Skip to content

Commit

Permalink
MOD:修改makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilongLee committed Sep 13, 2024
1 parent 3925ec6 commit 7b580c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.PHONY: venv, install, clean, help

all: venv install
@echo "Build success"

venv:
python3 -m venv .venv

Expand Down

0 comments on commit 7b580c4

Please sign in to comment.