skz-usbprep/Makefile
Samuel Aubertin 6508247858 first
2024-03-27 18:47:44 +01:00

9 lines
204 B
Makefile

all: .venv/bin/activate
source .venv/bin/activate && pip install -r requirements.txt > /dev/null && ./skz-usbprep.py
.venv/bin/activate:
python -m venv --prompt SKZ-USBPREP .venv
clean:
rm -rf .venv