Working on UI
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
||||
# This how we want to name the binary output
|
||||
# This is what we want to name the binary output
|
||||
BINARY=gime
|
||||
|
||||
# These are the values we want to pass for VERSION and BUILD
|
||||
@@ -14,5 +14,8 @@ LDFLAGS=-ldflags "-w -s -X cmd.Version=${VERSION} -X cmd.Build=${BUILD}"
|
||||
gime:
|
||||
go build ${LDFLAGS} -o build/${BINARY}
|
||||
|
||||
runui:
|
||||
cd build && ./gime ui
|
||||
|
||||
clean:
|
||||
rm build/*
|
||||
|
Reference in New Issue
Block a user