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