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