From 7a93b37d9b0c354524127bad07e7a9a21997b0c1 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 22 Jul 2020 16:12:24 -0600 Subject: added "make todo" to remind me about stuff I still need to finish --- spaghetti-monster/anduril/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spaghetti-monster') 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 -- cgit v1.2.3