summary refs log tree commit diff
path: root/ports/mg/add.sh
blob: c6caf796760b28ac965db4bfc2cdc7997b6a779c (plain)
1
2
3
4
5
6
7
set -e 

git clone https://github.com/hboetes/mg.git
cd mg
make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ASFLAGS="$ASFLAGS" -j$(nproc)
make install
make clean