diff options
Diffstat (limited to 'homebrew/nload/.make.sh-auto')
-rw-r--r-- | homebrew/nload/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/nload/.make.sh-auto b/homebrew/nload/.make.sh-auto new file mode 100644 index 000000000..e5bc92e08 --- /dev/null +++ b/homebrew/nload/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +./run_autotools +pkg:configure --disable-dependency-tracking +make DESTDIR=${PKG_DEST} install LDFLAGS= |