diff options
| author | Selene ToyKeeper | 2020-07-22 16:12:24 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-07-22 16:12:24 -0600 |
| commit | 7a93b37d9b0c354524127bad07e7a9a21997b0c1 (patch) | |
| tree | f8c63fc4d4b1f8762ab1a616968ad3fe5092f8b0 /spaghetti-monster | |
| parent | renamed beacon.* -> beacon-mode.* (diff) | |
| download | anduril-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/Makefile | 5 |
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 |
