mirror of
https://github.com/sigmasternchen/sandwich
synced 2025-03-15 07:58:55 +00:00
I hate Makefiles...
This commit is contained in:
parent
c3553d3198
commit
423885a243
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ a:
|
|||
@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
|
||||
@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
|
||||
|
||||
|
|
Loading…
Reference in a new issue