diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |