File: Makefile

package info (click to toggle)
kwalify 0.7.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,352 kB
  • sloc: ruby: 8,428; xml: 170; makefile: 37; java: 36
file content (10 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10

all:
	kwalify -lm tapkit.schema.yaml
	kwalify -lf tapkit.schema.yaml tapkit.yaml
	kwalify -a genclass-ruby -lf tapkit.schema.yaml --module=Tapkit > tapkit.rb
#	kwalify -a genclass-java -lf tapkit.schema.yaml --package=tapkit


clean:
	rm -f tapkit.rb