Add more makefile doc
This commit is contained in:
parent
1e6614308a
commit
d6dc298d35
4
Makefile
4
Makefile
@ -47,7 +47,7 @@ userspace: FORCE
|
||||
FORCE:
|
||||
@
|
||||
|
||||
doc: $(docobj)
|
||||
doc: $(docobj) ## generate documentation
|
||||
|
||||
help: ## show this help
|
||||
# regex for general help
|
||||
@ -96,7 +96,7 @@ debug:kernel kernel.debug disk.img
|
||||
debug_test: CFLAGS += $(DEBUG_FLAGS) -DRUN_TEST
|
||||
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
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user