riju/tools/template/Makefile

6 lines
99 B
Makefile

bin:
mkdir bin
bin/template: bin go.mod go.sum template.go
go build -o bin/template template.go