junit2md/Makefile

13 lines
185 B
Makefile
Raw Normal View History

build: pack
2021-10-15 13:04:15 +02:00
CGO_ENABLED=0 go build -v -o bin/junit2md ./cmd/junit2md
pack:
cd cmd/junit2md && packr2 -v
watch:
modd
release: pack
script/release
.PHONY: build pack watch release