Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command runner, not a build system #10

Open
hubertgrzeskowiak opened this issue Jan 30, 2020 · 1 comment
Open

Command runner, not a build system #10

hubertgrzeskowiak opened this issue Jan 30, 2020 · 1 comment
Assignees
Labels

Comments

@hubertgrzeskowiak
Copy link

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

@casperdcl
Copy link
Sponsor Member

Ah just saw this. Yes, should update the readme...

@casperdcl casperdcl self-assigned this Sep 23, 2020
@lrq3000 lrq3000 self-assigned this Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants