mirror of
https://github.com/sigmasternchen/sandwich
synced 2025-03-16 00:18:57 +00:00
Make it!
This commit is contained in:
parent
2593c7af40
commit
26e46d4c09
1 changed files with 22 additions and 0 deletions
22
Makefile
Normal file
22
Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
counter=a
|
||||||
|
|
||||||
|
nothing:
|
||||||
|
@echo "I'm in! "
|
||||||
|
|
||||||
|
default:
|
||||||
|
echo "Huh?"
|
||||||
|
|
||||||
|
me:
|
||||||
|
@$(eval counter+=b)
|
||||||
|
@echo -n
|
||||||
|
a:
|
||||||
|
@$(eval counter+=c)
|
||||||
|
@echo -n
|
||||||
|
|
||||||
|
sandwich:
|
||||||
|
@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
|
||||||
|
|
||||||
|
sandwich,: sandwich
|
||||||
|
|
||||||
|
bitch:
|
||||||
|
@echo -n
|
Loading…
Reference in a new issue