Improvements
- Dependencies specified as an absolute path are now handled properly. ee548bf
Improvements
- The
-d
flag has been removed, and aplain
format has been added to-p
. 383c9e5 - The help text has been expanded to match the man page more closely. 0292d61
Improvements
- Errors are now shown for failed/errored targets. 813434b
- If a directory doesn't contain a Walkfile, walk(1) will no longer attempt to execute it. 0502d1f
Features
- walk(1) now simply delegates to a single
Walkfile
#17
Features
- Lines are now prefixed with
ok
orerror
, and errored targets now appear in the output. a9ad1a5 - Stdout/Stderr from rules is now prefixed with the target name. This can be disabled with the
--noprefix
flag. 9b19b53
Bugs
- The error message shown when target(s) fail is not properly pluralized. ff2fa28
Features