aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spaghetti-monster/anduril/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/Makefile b/spaghetti-monster/anduril/Makefile
index 25c56fa..9b77601 100644
--- a/spaghetti-monster/anduril/Makefile
+++ b/spaghetti-monster/anduril/Makefile
@@ -4,4 +4,7 @@ all:
clean:
rm -f *.hex *~ *.elf *.o
-.phony: clean
+todo:
+ @egrep 'TODO:|FIXME:' *.[ch]
+
+.phony: clean todo