aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3d8968..ca2f48d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,12 @@ MAKEFLAGS += --no-print-directory
include Makefile.config
-.PHONY: all run clean test FORCE
+.PHONY: all doc run clean test FORCE
all: glitch.elf
+doc: FORCE
+ sphinx-build -b html doc.src doc
+
run: glitch.iso
@qemu-system-i386 -cdrom glitch.iso -accel kvm -d cpu_reset -display gtk,zoom-to-fit=on