]> OzVa Git service - rust_fft/commitdiff
Added makefile
authorMax Value <greenwoodw50@gmail.com>
Sat, 25 Oct 2025 00:35:42 +0000 (01:35 +0100)
committerMax Value <greenwoodw50@gmail.com>
Sat, 25 Oct 2025 00:35:42 +0000 (01:35 +0100)
Makefile [new file with mode: 0644]
make.py

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..b9e5885
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+main:
+       python -m venv .venv
+       .venv/bin/python -m pip install -r requirements.txt
+       .venv/bin/python make.py
diff --git a/make.py b/make.py
index 81232a88277ab7e757b99423920d03960db85ea4..0e65896774c4c1354fbd3c87559124e88c1f2de5 100755 (executable)
--- a/make.py
+++ b/make.py
@@ -1,5 +1,3 @@
-#!.venv/bin/python
-
 from cube.camera import Camera
 from cube.graph import show
 from cube.test import validate