From c297360e2e867ca1cfdd14cd11f9392ead15e581 Mon Sep 17 00:00:00 2001 From: solar Date: Fri, 23 Dec 2005 10:41:45 +0000 Subject: [PATCH] Added target 'todolist' to get all 'TODO' comments left. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 24cfbae..802e28e 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,9 @@ clean: dist: @tar czf pdclib.tgz $(ALLFILES) +todolist: + -@for file in $(ALLFILES); do grep -H TODO $$file; done; true + %.o: %.c Makefile @$(CC) -Wall -DNDEBUG -MMD -MP -MT "$*.d $*.t" -g -std=c99 -I./includes -I./internals -c $< -o $@ -- 2.40.0