renamed project from _ to -
This commit is contained in:
parent
f82b4c900b
commit
7be4cf928f
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
*.swp
|
*.swp
|
||||||
github_to_gogs
|
github-to-gogs
|
||||||
github_to_gogs.ini
|
github-to-gogs.ini
|
||||||
|
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
VERSION := $(shell cat ./VERSION)
|
VERSION := $(shell cat ./VERSION)
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build -ldflags="-s -w" github_to_gogs.go
|
go build -ldflags="-s -w"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user