aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli.h b/src/cli.h
index 6758323..f4a610a 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -9,7 +9,8 @@ typedef struct {
bool output_assembly;
bool only_compile;
bool preprocess_only;
- bool generate_deps;
+ bool generate_system_deps;
+ bool generate_user_deps;
bool totally_deligate_to_gcc;
bool wasm;
const char* gcc_command;