Skip to content

Commit

Permalink
chore: configure directories in Makefile (#422)
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <[email protected]>
  • Loading branch information
knqyf263 authored Jul 17, 2024
1 parent 18cd780 commit 36e595a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
SHELL=/bin/bash
LDFLAGS=-ldflags "-s -w"
CACHE_DIR=cache
OUT_DIR=out
ASSET_DIR=assets

CACHE_DIR ?= cache
OUT_DIR ?= out
ASSET_DIR ?= assets

GOPATH=$(shell go env GOPATH)
GOBIN=$(GOPATH)/bin
Expand Down

0 comments on commit 36e595a

Please sign in to comment.