g2g/Makefile

8 lines
82 B
Makefile
Raw Normal View History

2019-01-27 23:54:07 +01:00
VERSION := $(shell cat ./VERSION)
2019-01-27 23:52:13 +01:00
build:
go build github_to_gogs.go
2019-01-27 23:54:07 +01:00
release: