You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
273 B

generator/templates/assets.go: $(shell find generator/templates -name "*.tmpl")
cd generator/templates/; go generate
build: generator/templates/assets.go
go build -o warden
install: generator/templates/assets.go
go install go-common/app/tool/warden
clean:
rm warden