Files
banik_scraper/Makefile
2025-02-21 20:46:50 +01:00

12 lines
141 B
Makefile

.PHONY: install debug
install:
python3 -m pip install -r requirements.txt
run:
python3 src/main.py
debug:
DEBUG=1
python3 src/main.py