summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6cc89a3..c990d14 100644
--- a/Makefile
+++ b/Makefile
@@ -53,5 +53,10 @@ debug:
-ex "attach 1" \
-ex "load"
+sim:
+ PYTHONDONTWRITEBYTECODE=1 \
+ PYTHONPATH=$(PWD)/wasp/boards/simulator:$(PWD)/wasp \
+ python3 -i wasp/boot.py
+
.PHONY: bootloader micropython