summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: cf35df80d1cca617ef445b4df9ab14995fd6cfc7 (plain)
1
2
3
4
all: build

build:
	CGO_ENABLED=1 go build -ldflags "-X 'git.leonardobishop.net/stash/internal/constants.SysConfPrefix=/etc/stash/'" -o stash main.go