X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=Makefile;h=802e28e3272c6637a5c8a079a304769be6a435f7;hp=24cfbaeafd8181a519c04c1939dbaaa07ccbea3d;hb=e25ac2ecee6251afcec84e08165e454fb6bc256c;hpb=2a3d817da74fcd2ad18b6747f9e8bef8883ad49c 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 $@