Save this as "Makefile": UID=$(shell id -u) default: @echo "make love, not war!" me: @if [ "${UID}" = "0" ];then echo "okay."; else echo "What?";echo -n "make ";fi a: @if ...
More
Support this project and others with 1-click micro-donations
