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

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