aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/scripts/makefile.sh
blob: 2e656cba7bd037d3d40a7ffc072919248d703cde (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

./prebuild /target makefile /file ../prebuild.xml /pause

if [ -f ../Makefile ]
then
    rm -rf ../Makefile
fi

mv ../Prebuild.make ../Makefile