build fix again

This commit is contained in:
Liam Galvin 2018-12-06 13:23:04 +00:00
parent 1b264f3c9c
commit 387e3539c0
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ BINARY := aminal
FONTPATH := ./gui/packed-fonts
.PHONY: build
build: test install-tools
build:
./build.sh `git describe --tags`
.PHONY: test

View File

@ -25,4 +25,6 @@ cp -r . ${SRCDIR}
cd ${SRCDIR}
go build -ldflags "-X github.com/liamg/aminal/version.Version=$version"
)
cp ${SRCDIR}/aminal ./aminal
rm -rf /tmp/.gobuild