mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-21 23:11:48 +00:00
9 lines
96 B
Bash
9 lines
96 B
Bash
|
#/bin/sh
|
||
|
|
||
|
PREFIX=$1
|
||
|
MAKE=$2
|
||
|
|
||
|
. $PREFIX/System/Library/Makefiles/GNUstep.sh
|
||
|
$MAKE install
|
||
|
|
||
|
exit 0
|