Skip to content

Command runner, not a build system #10

Open
@hubertgrzeskowiak

Description

@hubertgrzeskowiak

Hey, I just stumbled upon this project today. It might be worth mentioning that unlike make this is a command runner using the Makefile syntax. Make's primary purpose is/was to build files from other files, e.g. myprog.o from myprog.c or foo.class from foo.java. The dependencies can be other targets by coincidence, but their primary purpose is looking for files that need rebuilding. This project seems to assume users want to use the PHONY mode for all targets. The README doesn't seem to mention this.

Cheers and keep up the interesting work

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions