Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
hawski
5y ago
0 comments
Share
AFAIR on Linux shebangs only support single argument so it would fail in this case. One can overcome this treating the file as a shell script:
#!/bin/sh # make ignores next line \ set -e # make ignores next line \ exec make -f "$0" "$@"
Make treats slash-escaped new lines as a continuation even for comments, shell does not.
undefined | Better HN
0 comments
default
newest
oldest
asveikau
5y ago
Wow. Impressive.
j
/
k
navigate · click thread line to collapse