File: Makefile

package info (click to toggle)
kwalify 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,860 kB
  • ctags: 1,188
  • sloc: ruby: 8,446; xml: 170; makefile: 37; java: 36
file content (8 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
all:	main.rb models.rb
	ruby main.rb

models.rb:	BABEL.schema.yaml
	kwalify -a genclass-ruby -f BABEL.schema.yaml -tP --hashlike --module=Babel --initialize=false > models.rb

clean:
	rm -f models.rb