Skip to content

Commit

Permalink
[build] Comment lines must have # at start of line to keep nmake happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 18, 2009
1 parent 842ef38 commit af2cace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -229,7 +229,7 @@ codetest:
$(MAKE) $(BUILD_DIR) codetest

coretest: all
# prove t/pmc
# prove t/pmc
$(PERL) t/harness t/00-parrot t/01-sanity

fulltest: coretest spectest codetest
Expand Down

0 comments on commit af2cace

Please sign in to comment.