mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 05:50:54 +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
|