mirror of
https://github.com/agresdominik/dev-templates.git
synced 2026-04-21 18:05:49 +00:00
Base Templates
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.PHONY: all run test
|
||||
|
||||
SRC := ./src
|
||||
VENV := .venv
|
||||
|
||||
RUNNER := $(VENV)/bin/python
|
||||
TESTER := $(VENV)/bin/pytest
|
||||
|
||||
run:
|
||||
$(RUNNER) $(SRC)/main.py
|
||||
|
||||
test:
|
||||
$(TESTER) $(SRC)/main.py
|
||||
Reference in New Issue
Block a user