-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
_projectRelated to the generated projectRelated to the generated project
Milestone
Description
Motivation:
- handling escaping correctly is difficult, see e.g.
- only a simple command runner is needed but make is primarily designed for building files with complex dependencies. The complexity of make may lead to issues like
- make is not readily available on Windows
Instead of make this template uses just which is a tool that feels similar to make but is designed explicitly for the purpose of running commands. Interesting reads:
- just-stop-using-makefile - on when to pick just and when make
- I've tried the "just" task runner. Is it worth it?
Metadata
Metadata
Assignees
Labels
_projectRelated to the generated projectRelated to the generated project