Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a missing dependency.
  • Loading branch information
jnthn committed Jan 2, 2013
1 parent 3b196e2 commit e72ad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -10,7 +10,7 @@ QASTJASTCompiler.pbc: JASTNodes.pbc lib/QAST/JASTCompiler.nqp
nqp --target=pir --output=QASTJASTCompiler.pir lib/QAST/JASTCompiler.nqp
parrot -o QASTJASTCompiler.pbc QASTJASTCompiler.pir

helper.pbc: t/helper.nqp
helper.pbc: t/helper.nqp QASTJASTCompiler.pbc
nqp --target=pir --output=helper.pir t/helper.nqp
parrot -o helper.pbc helper.pir

Expand Down

0 comments on commit e72ad7d

Please sign in to comment.