1
0
forked from MTSR/mapserver
mapserver/Makefile

10 lines
116 B
Makefile
Raw Normal View History

2019-01-05 19:21:24 +03:00
2019-01-07 10:56:02 +03:00
VERSION=2.0
LDFLAGS=-ldflags "-w -s -X main.Version=${VERSION}"
2019-01-05 19:21:24 +03:00
test:
go test ./...
build:
2019-01-07 10:56:02 +03:00
go build ${LDFLAGS}