diff --git a/Makesurefile b/Makesurefile index edab57e..ceb0b74 100644 --- a/Makesurefile +++ b/Makesurefile @@ -114,7 +114,7 @@ @depends_on tested_candidate @goal release -@doc creates release version of `makesure` + updates README.md +@doc creates release version of 'makesure' + updates README.md @depends_on candidate @depends_on release_makesure @depends_on README.md diff --git a/README.md b/README.md index c0bbb33..a500057 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,10 @@ Only single `@use_lib` per goal is allowed. - parallel execution - `makesure` is a task runner, not a full-fledged build tool, like `make`, `ninja` or `bazel`. So if you need one, just use a proper build tool of your choice. +## Developer notes + +Find some contributor instructions in [DEVELOPER.md](docs/DEVELOPER.md). + ## Similar tools - **just** https://github.com/casey/just diff --git a/makesure.awk b/makesure.awk index cc249fc..df46bf6 100755 --- a/makesure.awk +++ b/makesure.awk @@ -576,7 +576,7 @@ function currentTimeMillis( script, res) { } function selfUpdate( url, tmp, err, newVer) { - url = "https://raw.githubusercontent.com/xonixx/makesure/main/makesure_stable?token=" rand() # TODO change to `makesure` + url = "https://raw.githubusercontent.com/xonixx/makesure/main/makesure?token=" rand() tmp = executeGetLine("mktemp /tmp/makesure_new.XXXXXXXXXX") err = dl(url, tmp) if (!err && !ok("chmod +x " tmp)) err = "can't chmod +x " tmp