aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index 8a927c4..959a67f 100644
--- a/make.c
+++ b/make.c
@@ -40,7 +40,7 @@ int
main(int argc, char **argv)
{
int opt;
- bool debug;
+ bool debug = false;
cmd_t c = {0};
cbsinit(argc, argv);