My addition the the original pipeline is to parse through words.txt
and extract all palindromes more than one letter long. A palindrome is a word that is the same backwards as forwards, e.g. "Anna" spelled backwards is "Anna".
The orginal makefile was a pipeline that output the file report.html.
What I have added in my version is a second output report, palindromeReport.html (the markdown version is a little nicer on the eyes for viewing in Github).
The second pipeline is as follows:
words.txt =>
Enjoy!