We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc8ba4 commit a308c94Copy full SHA for a308c94
taskfile.yaml
@@ -10,6 +10,7 @@ vars:
10
G_BUILD_DIR: "{{.ROOT_DIR}}/build"
11
G_COMPILE_COMMANDS_DB: "{{.G_BUILD_DIR}}/compile_commands.json"
12
G_CPP_SRC_DIR: "{{.ROOT_DIR}}/src"
13
+ G_DEPS_DIR: "{{.G_BUILD_DIR}}/deps"
14
15
tasks:
16
clean:
0 commit comments