commit 29e1bffc5cdb0bc79248e6a1cfe042fc933257ff parent 8235c6be38853162246ec02de2e5dd89c7b1c514 Author: Jacob R. Edwards <jacobouno@protonmail.com> Date: Tue, 20 Jul 2021 19:59:39 -0700 Fix undefined variable in mkfile Diffstat:
M | apc/mkfile | | | 2 | +- |
M | aps/mkfile | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/apc/mkfile b/apc/mkfile @@ -17,7 +17,7 @@ apc.h:VQ: dir: ${lib:%=../lib/%} -$obj: mkfile config.h ${objsrc:%.o=%.h} +$obj: mkfile config.h ${obj:%.o=%.h} $name: dir diff --git a/aps/mkfile b/aps/mkfile @@ -18,7 +18,7 @@ main.h:VQ: dir: ${lib:%=../lib/%} -$obj: mkfile config.h util.h ${src:%.c=%.h} +$obj: mkfile config.h util.h ${obj:%.o=%.h} $name: dir