Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add html-nohighlight Makefile target
Which doesn't run the syntax highlighting and is thus a bit faster.
  • Loading branch information
Paul Cochrane committed Feb 20, 2015
1 parent 7e45e2d commit 2898af7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
@@ -1,7 +1,10 @@
.PHONY: html test
.PHONY: html html-nohighlight test

html:
perl6 htmlify.p6

html-nohighlight:
perl6 htmlify.p6 --no-highlight

test:
prove --exec perl6 -r t

0 comments on commit 2898af7

Please sign in to comment.