From c8555124af9a3bdd2adaab514b36ebbdd980db31 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. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@196 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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.47.2