diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-07-08 22:39:21 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-07-08 22:39:21 +0200 |
commit | 2dba720f9783cc678b6f54b7aa55394f0d835a57 (patch) | |
tree | 95823c0f036e5b0d5aac150b1dafc8250bb42f03 | |
parent | 8e931c60cc18edaad5083d2352ef46bb5a528199 (diff) | |
download | redo-c-2dba720f9783cc678b6f54b7aa55394f0d835a57.tar.gz redo-c-2dba720f9783cc678b6f54b7aa55394f0d835a57.tar.xz redo-c-2dba720f9783cc678b6f54b7aa55394f0d835a57.zip |
document $1, $2, $3 for subdirectories
-rw-r--r-- | redo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redo.c b/redo.c index 54ecd6a..792c43c 100644 --- a/redo.c +++ b/redo.c @@ -663,6 +663,10 @@ djb-style default.o.do: $1 all $2 all (!!) $3 whatever.tmp + + $1 subdir/foo.o + $2 subdir/foo + $3 subdir/whatever.tmp */ char *basename = redo_basename(dofile, rel_target); |