aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
authorSelene ToyKeeper2020-07-22 16:12:24 -0600
committerSelene ToyKeeper2020-07-22 16:12:24 -0600
commit7a93b37d9b0c354524127bad07e7a9a21997b0c1 (patch)
treef8c63fc4d4b1f8762ab1a616968ad3fe5092f8b0 /spaghetti-monster
parentrenamed beacon.* -> beacon-mode.* (diff)
downloadanduril-7a93b37d9b0c354524127bad07e7a9a21997b0c1.tar.gz
anduril-7a93b37d9b0c354524127bad07e7a9a21997b0c1.tar.bz2
anduril-7a93b37d9b0c354524127bad07e7a9a21997b0c1.zip
added "make todo" to remind me about stuff I still need to finish
Diffstat (limited to 'spaghetti-monster')
-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