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 829d566..afbe1d1 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@ include toolchain.makefile
include .config
OBJ_DIR != echo $(CONFIG_OBJ_DIR)
-.PHONY: default clean test check-grub run
+.PHONY: default clean test todo run
default: glitch.elf
include libk/makefile
@@ -42,6 +42,9 @@ clean:
# testing
test: $(CXX_TEST_OBJ)
+todo:
+ @grep TODO -r libk/ src/ drivers/
+
# disk image
glitch.iso: glitch.elf grub/grub.cfg
@mkdir -p isodir/boot/grub