From 98fb9ed53b6f6c7b792a751ed1f448af5c680877 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 14 Jan 2026 23:15:45 +0900 Subject: feat: support -MD flag --- src/cli.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cli.h') 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; -- cgit v1.3-1-g0d28