manodeep / Corrfunc

⚡️⚡️⚡️Blazing fast correlation functions on the CPU.
https://corrfunc.readthedocs.io
MIT License
164 stars 50 forks source link

Make needs to be faster for make clean #106

Closed manodeep closed 7 years ago

manodeep commented 7 years ago

In most cases, make clean is aliased by make clena (and other typos that I have made over the years). The current solution to check for the aliased string does not scale at all. A better solution is to set an array of variables that correspond to clean and check if any of those are present in MAKECMDGOALS