buildscripts/dkpsp/scripts/build-crtls.sh
2005-07-06 05:49:01 +00:00

17 lines
337 B
Bash

#!/bin/sh
#---------------------------------------------------------------------------------
# Install and build the pspsdk
#---------------------------------------------------------------------------------
echo "building pspsdk ..."
cd $PSPSDK_SRCDIR
./configure
$MAKE
echo "installing pspsdk ..."
$MAKE install
cd $BUILDSCRIPTDIR