Move main back to root

This commit is contained in:
Daniel Heath 2018-04-28 19:55:15 +10:00
parent e53123d8fa
commit 08bbce1298
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# make -j4 release
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
build: server/bindata.go