diff --git a/examples/compile_and_run_gcc.toml b/examples/compile_and_run_gcc.toml index 1c8e472..a569552 100644 --- a/examples/compile_and_run_gcc.toml +++ b/examples/compile_and_run_gcc.toml @@ -2,6 +2,7 @@ cc = "gcc" [targets.build] +vars.cc = "gcc" cmd = "${cc} main.c -o main" [targets.run]