mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Move main back to root
This commit is contained in:
parent
e53123d8fa
commit
08bbce1298
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
|||||||
# make -j4 release
|
# make -j4 release
|
||||||
|
|
||||||
VERSION=$(shell git describe)
|
VERSION=$(shell git describe)
|
||||||
LDFLAGS=-ldflags "-X main.version=${VERSION}" -o cowyo github.com/schollz/cowyo/cmd
|
LDFLAGS=-ldflags "-X main.version=${VERSION}"
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: server/bindata.go
|
build: server/bindata.go
|
||||||
|
Loading…
Reference in New Issue
Block a user