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 scripts/generate_citrus_parser.rb lib/dhall/parser.rb
- bundle exec ruby -Ilib scripts/generate_citrus_parser.rb < dhall-lang/standard/dhall.abnf > $@
+ bundle exec ruby -E UTF-8 -Ilib scripts/generate_citrus_parser.rb < dhall-lang/standard/dhall.abnf > $@
test: lib/dhall/parser.citrus
- bundle exec ruby -Ilib test/test_suite.rb
+ bundle exec ruby -E UTF-8 -Ilib test/test_suite.rb