Makefile in ParseTree-1.3.6 vs Makefile in ParseTree-1.3.7
- old
+ new
@@ -3,11 +3,11 @@
RUBY_FLAGS?=-w -Ilib:bin:../../RubyInline/dev
RUBY_LIB?=$(shell $(RUBY) -rrbconfig -e 'include Config; print CONFIG["sitelibdir"]')
PREFIX?=/usr/local
all test: FORCE
- GEM_SKIP=RubyInline:ParseTree $(RUBY) $(RUBY_DEBUG) $(RUBY_FLAGS) test/test_all.rb
+ $(RUBY) $(RUBY_DEBUG) $(RUBY_FLAGS) test/test_all.rb
# we only install test_sexp_processor.rb to help make ruby_to_c's
# subclass tests work.
docs:
@@ -31,10 +31,10 @@
clean:
-find . -name \*~ | xargs rm
-rm -fr diff diff.txt *.gem doc $$HOME/.ruby_inline
demo:
- echo 1+1 | GEM_SKIP=RubyInline:ParseTree $(RUBY) $(RUBY_FLAGS) ./bin/parse_tree_show -f
+ echo 1+1 | $(RUBY) $(RUBY_FLAGS) ./bin/parse_tree_show -f
gem:
gem ParseTree.gemspec
FORCE: