sandwich/Makefile

23 lines
354 B
Makefile
Raw Normal View History

2015-03-11 10:58:39 +00:00
counter=a
nothing:
@echo "I'm in! "
default:
echo "Huh?"
me:
@$(eval counter+=b)
@echo -n
a:
@$(eval counter+=c)
@echo -n
sandwich:
2015-03-11 11:14:57 +00:00
@if test "$(counter)" = "a b c"; then if test "$$(id -u)" = "0"; then echo "Okay."; else echo "What? Make it yourself."; fi; else echo "sry, I can't unterstand you."; fi
2015-03-11 10:58:39 +00:00
sandwich,: sandwich
bitch:
@echo -n