g2g/Makefile
2019-01-27 23:54:07 +01:00

8 lines
82 B
Makefile

VERSION := $(shell cat ./VERSION)
build:
go build github_to_gogs.go
release: