Skip to content

Commit

Permalink
feat: allow change to BINS_OUT_DIR in makefile (#678)
Browse files Browse the repository at this point in the history
Signed-off-by: ashnamehrotra <[email protected]>
  • Loading branch information
ashnamehrotra authored Jun 26, 2024
1 parent 938c98b commit 2366c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif
# Build output variables
CLI_BINARY := copa
OUT_DIR := ./dist
BINS_OUT_DIR := $(OUT_DIR)/$(GOOS)_$(GOARCH)/$(BUILDTYPE_DIR)
BINS_OUT_DIR ?= $(OUT_DIR)/$(GOOS)_$(GOARCH)/$(BUILDTYPE_DIR)

################################################################################
# Target: build (default action) #
Expand Down

0 comments on commit 2366c37

Please sign in to comment.