X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=802e28e3272c6637a5c8a079a304769be6a435f7;hb=dce02a270f3ba54eb44337b66b02b69f54010d7a;hp=24cfbaeafd8181a519c04c1939dbaaa07ccbea3d;hpb=2a3d817da74fcd2ad18b6747f9e8bef8883ad49c;p=pdclib diff --git a/Makefile b/Makefile index 24cfbae..802e28e 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,9 @@ clean: dist: @tar czf pdclib.tgz $(ALLFILES) +todolist: + -@for file in $(ALLFILES); do grep -H TODO $$file; done; true + %.o: %.c Makefile @$(CC) -Wall -DNDEBUG -MMD -MP -MT "$*.d $*.t" -g -std=c99 -I./includes -I./internals -c $< -o $@