Compare commits
No commits in common. "cda12028c15bfd12008a7a24f5289d5dfeb09620" and "a2ec1aeebd70068acbfa8ff4897ff652b13261b5" have entirely different histories.
cda12028c1
...
a2ec1aeebd
19
Makefile
19
Makefile
@ -1,19 +0,0 @@
|
|||||||
VENV = venv
|
|
||||||
PYTHON = $(VENV)/bin/python3
|
|
||||||
PIP = $(VENV)/bin/pip
|
|
||||||
|
|
||||||
run: $(VENV)/bin/activate
|
|
||||||
$(PYTHON) init_db.py
|
|
||||||
$(PYTHON) run.py
|
|
||||||
|
|
||||||
|
|
||||||
$(VENV)/bin/activate: requirements.txt
|
|
||||||
python3 -m venv $(VENV)
|
|
||||||
$(PIP) install -r requirements.txt
|
|
||||||
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf __pycache__
|
|
||||||
rm -rf $(VENV)
|
|
||||||
rm -r taskmanager/__pycache__/
|
|
||||||
rm instance/taskmanager.db
|
|
Loading…
Reference in New Issue
Block a user