Files
solarmotor/justfile
2026-01-15 16:16:35 +01:00

10 lines
163 B
Makefile

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