From 0c42e3886379f3a1f869b0d09f53d4b41073973f Mon Sep 17 00:00:00 2001 From: solar Date: Tue, 9 May 2006 05:22:09 +0000 Subject: [PATCH] Added target 'find' for convenience. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 9bfc761..81a353b 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,9 @@ todolist: fixmelist: -@for file in $(ALLFILES); do grep -H FIXME $$file; done; true +find: + @find functions/ includes/ internals/ platform/ -name "*\.[ch]" -type f | xargs grep $$FIND + %.o: %.c Makefile @echo " CC $@" @$(CC) $(CFLAGS) -Wall -DNDEBUG -MMD -MP -MT "$*.d $*.t" -g -std=c99 -I./includes -I./internals -c $< -o $@ -- 2.40.0