summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c2ff1b5..b038685 100644
--- a/Makefile
+++ b/Makefile
@@ -54,10 +54,14 @@ debug:
-ex "attach 1" \
-ex "load"
+docs:
+ $(MAKE) -C docs html
+
+
sim:
PYTHONDONTWRITEBYTECODE=1 \
PYTHONPATH=$(PWD)/wasp/boards/simulator:$(PWD)/wasp \
- python3 -i wasp/boot.py
+ python3 -i wasp/main.py
-.PHONY: bootloader micropython
+.PHONY: bootloader docs micropython