summary refs log tree commit diff
path: root/ports/mg/add.sh
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-12 15:33:24 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-12 15:33:24 -0700
commitdd61b6b437c27acfc5f263cb53b08523dbb4bbdb (patch)
tree6e5f87c5388fee6b21d8b924836433629a1575cc /ports/mg/add.sh
parent752087b48734bc7871fb8681400e6c2231339daa (diff)
MOD: update mg port
Diffstat (limited to 'ports/mg/add.sh')
-rw-r--r--ports/mg/add.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/mg/add.sh b/ports/mg/add.sh index 0d912a9..ad92850 100644 --- a/ports/mg/add.sh +++ b/ports/mg/add.sh
@@ -3,5 +3,6 @@ set -e
3 3
4git clone https://github.com/hboetes/mg.git 4git clone https://github.com/hboetes/mg.git
5cd mg 5cd mg
6make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" -j$(nproc / 2) 6make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ASFLAGS="$ASFLAGS" -j$(nproc)
7make install 7make install
8make clean