11 lines
156 B
Makefile
11 lines
156 B
Makefile
default: sim
|
|
|
|
sim:
|
|
uv run python simulation.py
|
|
|
|
test:
|
|
uv run python -m unittest discover -v
|
|
|
|
sync:
|
|
rsync -r --exclude=venv ~/solarmotor guest@hahn1.one:
|