6 lines
47 B
Bash
6 lines
47 B
Bash
|
if null; do
|
||
|
make -f nothing
|
||
|
else
|
||
|
exit 1
|
||
|
fi
|