mirror of
https://github.com/sigmasternchen/sandwich
synced 2025-03-16 00:18:57 +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
|
@echo -n
|
||||||
|
|
||||||
sandwich:
|
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
|
sandwich,: sandwich
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue