summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-07-07 20:22:12 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-07-07 20:22:12 (GMT)
commiteac72188cf9e2ab4de60a368812fda261ad21d8b (patch)
treea7b82fa786870b86423bb558d1f3e94a6cd1e96d /Makefile
parentae5743529f82d398876456b7e175defb19a6ccfc (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fc025b..6b94687 100644
--- a/Makefile
+++ b/Makefile
@@ -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