major changes
This commit is contained in:
parent
a3270f399d
commit
2b56832843
83 changed files with 7760 additions and 1244 deletions
4
Makefile
4
Makefile
|
|
@ -1,6 +1,8 @@
|
|||
CC=go
|
||||
BUILD=build -v
|
||||
LDFLAGS=--ldflags "-s -w"
|
||||
VERSION=$(shell cat VERSION)
|
||||
GCFLAGS=-gcflags '-e'
|
||||
LDFLAGS=-ldflags '-X main.version=$(VERSION) -s -w'
|
||||
PROGRAM=gowiki
|
||||
|
||||
all: $(PROGRAM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue