OpenSimMirror/Prebuild/scripts/makefile.sh

11 lines
155 B
Bash
Executable File

#!/bin/sh
./prebuild /target makefile /file ../prebuild.xml /pause
if [ -f ../Makefile ]
then
rm -rf ../Makefile
fi
mv ../Prebuild.make ../Makefile