We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3925ec6 commit 7b580c4Copy full SHA for 7b580c4
Makefile
@@ -1,5 +1,8 @@
1
.PHONY: venv, install, clean, help
2
3
+all: venv install
4
+ @echo "Build success"
5
+
6
venv:
7
python3 -m venv .venv
8
0 commit comments