Add more makefile doc

This commit is contained in:
Mathieu Maret 2023-11-09 23:46:26 +01:00
parent 1e6614308a
commit d6dc298d35
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ userspace: FORCE
FORCE: FORCE:
@ @
doc: $(docobj) doc: $(docobj) ## generate documentation
help: ## show this help help: ## show this help
# regex for general help # regex for general help
@ -96,7 +96,7 @@ debug:kernel kernel.debug disk.img
debug_test: CFLAGS += $(DEBUG_FLAGS) -DRUN_TEST debug_test: CFLAGS += $(DEBUG_FLAGS) -DRUN_TEST
debug_test: debug debug_test: debug
screenshot: screenshot: ## Take a screenshot of the qemu window
shutter --window=qemu -o screenshot_1.png -e && zopflipng screenshot_1.png screenshot_1.png shutter --window=qemu -o screenshot_1.png -e && zopflipng screenshot_1.png screenshot_1.png
clean: clean: