vkottler / vmklib

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

Re-implement a new front-end for `make` in Python #21

Closed vkottler closed 2 years ago

vkottler commented 2 years ago

We could do something simple like JSON/YAML and just make a schema for a rule. Make is kind of garbage anyway.

We probably should use or formally re-implement some of datazen's

vkottler commented 2 years ago

This is not really a good idea. GNU Make is a huge project with vastly complex behaviors. If a platform doesn't have make, we should just add new recipes for things using another backend (like native Python)