File: Makefile

package info (click to toggle)
kwalify 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,852 kB
  • ctags: 1,188
  • sloc: ruby: 8,446; xml: 172; makefile: 36; java: 36
file content (9 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
all:
	kwalify -lm invoice.schema.yaml
	kwalify -lf invoice.schema.yaml invoice.yaml
	kwalify -a genclass-ruby -lf invoice.schema.yaml > invoice.rb
#	kwalify -a genclass-java -lf invoice.schema.yaml


clean:
	rm -f invoice.rb