~singpolyma/dhall-ruby

af618b7a123d086db869dbc2815a31fbc842f34c — Stephen Paul Weber 4 years ago 1026a64
Rebuild parser if any input changes
1 files changed, 2 insertions(+), 2 deletions(-)

M Makefile
M Makefile => Makefile +2 -2
@@ 1,7 1,7 @@
.PHONY: test

lib/dhall/parser.citrus: dhall-lang/standard/dhall.abnf
	bundle exec ruby -Ilib scripts/generate_citrus_parser.rb < $< > $@
lib/dhall/parser.citrus: dhall-lang/standard/dhall.abnf scripts/generate_citrus_parser.rb lib/dhall/parser.rb
	bundle exec ruby -Ilib scripts/generate_citrus_parser.rb < dhall-lang/standard/dhall.abnf > $@

test: lib/dhall/parser.citrus
	bundle exec ruby -Ilib test/test_suite.rb