aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index 9a5d52f..7e4f340 100644
--- a/make.c
+++ b/make.c
@@ -258,7 +258,7 @@ build_c8dump(void)
glob_t g;
build_librune();
- if (glob("src/c8asm/*.c", 0, globerr, &g))
+ if (glob("src/c8dump/*.c", 0, globerr, &g))
die("glob");
for (size_t i = 0; i < g.gl_pathc; i++)
mkc(g.gl_pathv[i], (struct strv){});