Skip to content

Commit

Permalink
use new Compile API
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Aug 24, 2011
1 parent 1e918cd commit d65488a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
@@ -1,6 +1,7 @@
export PERL5LIB=../pegex-pm/lib

COMPILE_COMMAND = perl -MPegex::Compiler::Bootstrap -e 'print Pegex::Compiler::Bootstrap->new->compile_file(shift)->combinate->to_
COMPILE_COMMAND = perl -MPegex::Compiler::Bootstrap -e \
'my $$p=Pegex::Compiler::Bootstrap->new;$$p->compile_file(shift);print $$p->to_

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

Expand Down

0 comments on commit d65488a

Please sign in to comment.