File: Makefile

package info (click to toggle)
golang-github-aanand-compose-file 0.0~git20161122.0.a3e5876-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 604 kB
  • ctags: 567
  • sloc: makefile: 12; sh: 9
file content (10 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
SCHEMA_GO := schema/bindata.go
SCHEMA_JSON := schema/data/config_schema_v3.0.json

test:
	go test ./{loader,schema,template,interpolation}

schema: $(SCHEMA_GO)

$(SCHEMA_GO): $(SCHEMA_JSON)
	go generate ./schema