Mirror of a distributed, offline-first bug tracker embedded in git
1all: build 2 3build: git-bug 4 go generate 5 go build -tags=deploy_build . 6 7install: 8 go generate 9 go install -tags=deploy_build . 10 11.PHONY: install