Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't need the debug-all version.
  • Loading branch information
jnthn committed Apr 7, 2013
1 parent 887e811 commit e6ccfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ nqptest: all
$(PROVE) --exec="$(NQP) nqp-jvm-cc.nqp" t/nqp/*.t

selftest: all
$(PROVE) --exec="java -cp .:bin:3rdparty/asm/asm-debug-all-4.1.jar NQPJVM" t/nqp/*.t t/serialization/*.t
$(PROVE) --exec="java -cp .;bin;3rdparty/asm/asm-4.1.jar NQPJVM" t/nqp/*.t t/serialization/*.t

clean:
$(PERL) -MExtUtils::Command -e rm_rf bin *.pir *.pbc *.class *.dump
Expand Down

0 comments on commit e6ccfd8

Please sign in to comment.