mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

Fork checkmake (soft and hard) #378

Closed mcandre closed 6 months ago

mcandre commented 1 year ago

Checkmake makes some questionable assumptions about PHONY targets, namely requiring that every Makefile declare all, test, and clean as PHONY. Even if the tasks have bodies. Even if the tasks do not exist.

We can submit a simple patch to correct this.

And then upload a hard fork and wait a bit to see about the adoption. If adopted, delete the hard fork and don't use the hard fork.

mcandre commented 6 months ago

Resolved this with the publication of unmake.