Skip to content

Commit

Permalink
feat: redesign config (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: tkrop <[email protected]>
  • Loading branch information
tkrop committed Jan 11, 2024
1 parent 5ae713c commit 64ea9b6
Show file tree
Hide file tree
Showing 15 changed files with 195 additions and 2,278 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ else
$(warning warning: please customize variables in Makefile.vars)
endif

#GOBIN := $(CURDIR)/build/bin
#PATH := $(GOBIN):$(PATH)
GOBIN ?= $(shell go env GOPATH)/bin
GOMAKE ?= github.com/tkrop/[email protected].25
GOMAKE ?= github.com/tkrop/[email protected].26
TARGETS := $(shell command -v go-make >/dev/null || \
go install $(GOMAKE) && go-make targets)

Expand Down
Loading

0 comments on commit 64ea9b6

Please sign in to comment.