Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
USER
:= $(shell whoami)
ifeq ($(USER), root)
MESSAGE = "Okay."
else
MESSAGE = "What? Make it yourself."
endif
NOECHO = @
me::
- $(NOECHO) echo $(MESSAGE)
a::
- $(NOECHO) echo
sandwich::
- $(NOECHO) echo
You are a very silly man (Score:2)