Makefile: use := for variables, || command instead of | head
First one avoids recomputing them, second makes more sense (and avoids a needless head shell-out)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
First one avoids recomputing them, second makes more sense (and avoids a needless head shell-out)