4 lines
81 B
Makefile
4 lines
81 B
Makefile
.PHONY: build
|
|
build:
|
|
protoc -I. --gotemplate_out=template_dir=.:. sitemap.proto
|