From 555f8b5bdaa7d3ada2a46316c7a70b76a2c590d2 Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Thu, 14 Apr 2022 11:50:54 +0100 Subject: Add Perl solution to challenge 059 --- challenge-059/paulo-custodio/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 challenge-059/paulo-custodio/Makefile (limited to 'challenge-059/paulo-custodio/Makefile') diff --git a/challenge-059/paulo-custodio/Makefile b/challenge-059/paulo-custodio/Makefile new file mode 100644 index 0000000000..c3c762d746 --- /dev/null +++ b/challenge-059/paulo-custodio/Makefile @@ -0,0 +1,2 @@ +all: + perl ../../challenge-001/paulo-custodio/test.pl -- cgit