Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
hawski
6y ago
0 comments
Save
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.
0 comments
1 comments · 1 top-level
top
newest
oldest
asveikau
6y ago
Wow. Impressive.
j
/
k
navigate · click thread line to collapse