X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=81a353ba0e56d1c42b59ad09eb0c4afbdcddc8af;hb=d7564c76500ad799459c635aab4e8d5d4107ca02;hp=9bfc7615c78ffeae0d8ba5965f4f8b48c4bf13a9;hpb=c40de16a50d2f05c2cc5c2ecefae5bbbbc3596d0;p=pdclib 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 $@