Skip to content

Commit

Permalink
Don't need bootstrapper anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Aug 27, 2011
1 parent a2177de commit b1e15fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,7 +1,7 @@
export PERL5LIB=../pegex-pm/lib

COMPILE_COMMAND = perl -MPegex::Compiler::Bootstrap -e \
'print Pegex::Compiler::Bootstrap->compile_file(shift)->to_
COMPILE_COMMAND = perl -MPegex::Compiler -e \
'print Pegex::Compiler->compile_file(shift)->to_

all: testml.pgx.yaml testml.pgx.json

Expand Down

0 comments on commit b1e15fc

Please sign in to comment.