Skip to content

Commit

Permalink
make G_DEPS_DIR global
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-hbrhbr committed Feb 12, 2025
1 parent 1bc8ba4 commit a308c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ vars:
G_BUILD_DIR: "{{.ROOT_DIR}}/build"
G_COMPILE_COMMANDS_DB: "{{.G_BUILD_DIR}}/compile_commands.json"
G_CPP_SRC_DIR: "{{.ROOT_DIR}}/src"
G_DEPS_DIR: "{{.G_BUILD_DIR}}/deps"

tasks:
clean:
Expand Down

0 comments on commit a308c94

Please sign in to comment.