1
0
forked from MTSR/mapserver
mapserver/server/Makefile
NatureFreshMilk d2e4f03f82 folder rename
2019-01-23 08:46:32 +01:00

21 lines
329 B
Makefile

STATIC_VFS=vfs/static.go
test: $(STATIC_VFS)
go test ./...
clean:
rm -rf $(STATIC_VFS)
rm -rf mapserver
$(STATIC_VFS):
go get github.com/mjibson/esc
${HOME}/go/bin/esc -o $@ -prefix="static/" -pkg vfs static
build: $(STATIC_VFS)
go build
profile:
go test -cpuprofile=cprof ./tilerenderer
go tool pprof --text cprof