Skip to content

Commit

Permalink
Add .go/pkg to BUILD_DIRS; fixes #91
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyuanliang committed Sep 7, 2023
1 parent 0b6de9e commit a042c5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ BUILD_DIRS := bin/$(OS)_$(ARCH) \
bin/tools \
.go/bin/$(OS)_$(ARCH) \
.go/bin/$(OS)_$(ARCH)/$(OS)_$(ARCH) \
.go/cache
.go/cache \
.go/pkg

# Each outbin target is just a facade for the respective stampfile target.
# This `eval` establishes the dependencies for each.
Expand Down

0 comments on commit a042c5c

Please sign in to comment.