summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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