vkottler / vmklib

Simplify project workflows by standardizing use of GNU Make.
MIT License
1 stars 0 forks source link

`mk` should just create `Makefile` with the contents of `mk mk-header` if `Makefile` doesn't exist #1

Closed vkottler closed 3 years ago

vkottler commented 3 years ago

Currently it's a bit clunky to grab the header output and even just remember how to invoke it.

vkottler commented 3 years ago

Don't think I agree that this is useful anymore, in the end if we actually need some kind of boilerplate Makefile - aren't we missing some functionality here?