summary refs log tree commit diff
path: root/ports/mg
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
parent752087b48734bc7871fb8681400e6c2231339daa (diff)
MOD: update mg port
Diffstat (limited to 'ports/mg')
-rw-r--r--ports/mg/add.sh3
-rw-r--r--ports/mg/del.sh3
2 files changed, 5 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
diff --git a/ports/mg/del.sh b/ports/mg/del.sh index 22a6adc..1ba9923 100644 --- a/ports/mg/del.sh +++ b/ports/mg/del.sh
@@ -2,4 +2,7 @@
2set -e 2set -e
3 3
4cd mg 4cd mg
5make clean
5make uninstall 6make uninstall
7cd ..
8rm -rf mg