From: solar Date: Fri, 23 Dec 2005 10:41:45 +0000 (+0000) Subject: Added target 'todolist' to get all 'TODO' comments left. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=dda122ad184637ffa7004925af7fcf9e53b25dfb;p=fw%2Fpdclib Added target 'todolist' to get all 'TODO' comments left. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@110 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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 $@