Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Commit 2606ab0

Browse files
committed
Add Makefile
1 parent 8841bfa commit 2606ab0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.PHONY: all bin test
2+
3+
all: bin
4+
5+
bin:
6+
perl6 -Ilib bin/palindrome
7+
8+
test:
9+
PERL6LIB=lib TEST_META=1 prove -v -r --exec=perl6 t/

0 commit comments

Comments
 (0)