mapserver/Makefile
2019-01-07 08:56:02 +01:00

10 lines
116 B
Makefile

VERSION=2.0
LDFLAGS=-ldflags "-w -s -X main.Version=${VERSION}"
test:
go test ./...
build:
go build ${LDFLAGS}