diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-07-07 20:22:12 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-07-07 20:22:12 (GMT) |
| commit | eac72188cf9e2ab4de60a368812fda261ad21d8b (patch) | |
| tree | a7b82fa786870b86423bb558d1f3e94a6cd1e96d /Makefile | |
| parent | ae5743529f82d398876456b7e175defb19a6ccfc (diff) | |
simulator: Provide a special main.py for the simulator
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ docs: sim: PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=.:wasp/boards/simulator:wasp \ - python3 -i wasp/main.py + python3 -i wasp/boards/simulator/main.py .PHONY: bootloader reloader docs micropython |
