diff --git a/Bakefile b/Bakefile index bfee87a..6adcca9 100644 --- a/Bakefile +++ b/Bakefile @@ -1,5 +1,3 @@ - - install() { # Install bake: required prefix as argument # Prefix is ~/.local/ or /usr/local/ # The executable is put under PREFIX/bin/ and should be in PATH diff --git a/bake b/bake index e7f5e3b..b4974aa 100755 --- a/bake +++ b/bake @@ -1,5 +1,5 @@ #!/bin/bash -## VERSION 22.4.1 +## VERSION 22.4.2 ## BASH-MAKE ========================================================== ## Utility to mimick some of GNU Make behavior, but run in a single ## bash shell. This executable can be used as the Bakefile, too, @@ -43,6 +43,32 @@ _menu() { _flines | while read line; do "${BASH_REMATCH[1]}" "${BASH_REMATCH[2]}" fi done; } +_help() { + cat <