g2g/Makefile

8 lines
99 B
Makefile

VERSION := $(shell cat ./VERSION)
build:
go build -ldflags="-s -w" github_to_gogs.go
release: