mcandre / toys

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

replace vast in shell projects #406

Closed mcandre closed 6 months ago

mcandre commented 1 year ago

Copy nobuild style build configuration by convention.

Instead of depending on a separate build tool, revert to basic build shell scripts.

Do this for toys as well, since the majority of the build tasks are about linting shell scripts.

mcandre commented 6 months ago

Using make for this purpose. It represents a balance of minimalism with community familiarity. Targeting POSIX make and using unmake to add some degree of reliability.