diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2022-04-14 11:50:54 +0100 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2022-04-14 11:50:54 +0100 |
| commit | 555f8b5bdaa7d3ada2a46316c7a70b76a2c590d2 (patch) | |
| tree | caa15e1e274263c1c2babea241fd7e29e654c594 /challenge-059/paulo-custodio/Makefile | |
| parent | 7b2883ee413f33fe0ae06590af3a87c3d622ce92 (diff) | |
| download | perlweeklychallenge-club-555f8b5bdaa7d3ada2a46316c7a70b76a2c590d2.tar.gz perlweeklychallenge-club-555f8b5bdaa7d3ada2a46316c7a70b76a2c590d2.tar.bz2 perlweeklychallenge-club-555f8b5bdaa7d3ada2a46316c7a70b76a2c590d2.zip | |
Add Perl solution to challenge 059
Diffstat (limited to 'challenge-059/paulo-custodio/Makefile')
| -rw-r--r-- | challenge-059/paulo-custodio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
