Some general

This commit is contained in:
2026-01-15 16:16:35 +01:00
parent 2d067013b4
commit ac73cfcf5e
3 changed files with 5 additions and 12 deletions

View File

@@ -1,10 +1,9 @@
default: sim
sim:
@echo "Starting the simulation!"
uv run python simulation.py
test:
@echo "Try to run all the tests."
uv run python -m unittest discover -v
sync:
rsync -r --exclude=venv ~/solarmotor guest@hahn1.one: