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

Bake a Make replacement Cake #82

Open
abitrolly opened this issue Feb 17, 2025 · 1 comment
Open

Bake a Make replacement Cake #82

abitrolly opened this issue Feb 17, 2025 · 1 comment

Comments

@abitrolly
Copy link
Member

(there is already https://cakebuild.net/ so maybe a better name like Sake, but that exists too https://github.com/tonyfischetti/sake)

  1. Allow tabs, spaces, but provide autoformat. So, not this:
$ cat Makefile
what:
    echo "123"
$ make
Makefile:290: *** missing separator.  Stop.
  1. ake -h should show ake help, ake -l, --iist should show list of targets in a human friendly way. Using ake --list as a help target should be possible, and help target should be present by default.
help:
    ake --list
$ ake -h
usage: ake [<target>]...

-h, --help  get `ake` help
-l, --list  list targets, of try `ake help`
$ ake
    help    (default) Show this help
$ ake help
    help    (default) Show this help
$ ake -l
    help    (default) Show this help
@abitrolly
Copy link
Member Author

abitrolly commented Feb 17, 2025

ake --fmt  reformat and lint akefile(s)

let's use tabs as default indent (like in Go)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant