c979c0c4 Stephen Paul Weber
4 years ago
1 2 3 4 5 6 7
.PHONY: test lib/dhall/parser.citrus: dhall-lang/standard/dhall.abnf bundle exec ruby -Ilib scripts/generate_citrus_parser.rb < $< > $@ test: lib/dhall/parser.citrus bundle exec ruby -Ilib test/test_suite.rb