Hacker News new | ask | show | jobs
by klodolph 1256 days ago
I think the reason for the .PHONY is just so people don't have to ./

I generally reach for a shell script with "case" instead, though. Can always invoke make from the shell script.