Skip to content

Commit a308c94

Browse files
committed
make G_DEPS_DIR global
1 parent 1bc8ba4 commit a308c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taskfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ vars:
1010
G_BUILD_DIR: "{{.ROOT_DIR}}/build"
1111
G_COMPILE_COMMANDS_DB: "{{.G_BUILD_DIR}}/compile_commands.json"
1212
G_CPP_SRC_DIR: "{{.ROOT_DIR}}/src"
13+
G_DEPS_DIR: "{{.G_BUILD_DIR}}/deps"
1314

1415
tasks:
1516
clean:

0 commit comments

Comments
 (0)