X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=fa2976a2f48bf87c80f064751cbdcaf3ccf4ea26;hb=c0d5af3d9e72ae5b082682e8d45bcceaec14c840;hp=4d9a4010c3a9f486469f7f85813ede3fc50be318;hpb=02513f3f3c6f2a000a8d76ef69106aadd3c44419;p=pdclib diff --git a/Makefile b/Makefile index 4d9a401..fa2976a 100644 --- a/Makefile +++ b/Makefile @@ -77,10 +77,10 @@ srcdist: @tar czf pdclib.tgz $(ALLFILES) todos: - -@for file in $(ALLFILES); do grep -H TODO $$file; done; true + -@for file in $(ALLFILES:Makefile=); do grep -H TODO $$file; done; true fixmes: - -@for file in $(ALLFILES); do grep -H FIXME $$file; done; true + -@for file in $(ALLFILES:Makefile=); do grep -H FIXME $$file; done; true find: @find functions/ includes/ internals/ platform/ -name "*\.[ch]" -type f | xargs grep $$FIND