aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-13 00:22:58 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-13 00:22:58 +0100
commitf71f4cb6adec4c4163bdb0effe42f584057e03c1 (patch)
tree34bf7a0d45055fd1fc7c8f46629c6a3b0e79ae23 /make.c
parentdc0f8904a147273b142ab8d152ab646fc0c6dca1 (diff)
Initialize debug to false
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);