aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/scripts/makefile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Prebuild/scripts/makefile.sh')
-rwxr-xr-xPrebuild/scripts/makefile.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/Prebuild/scripts/makefile.sh b/Prebuild/scripts/makefile.sh
deleted file mode 100755
index 2e656cb..0000000
--- a/Prebuild/scripts/makefile.sh
+++ /dev/null
@@ -1,10 +0,0 @@
1#!/bin/sh
2
3./prebuild /target makefile /file ../prebuild.xml /pause
4
5if [ -f ../Makefile ]
6then
7 rm -rf ../Makefile
8fi
9
10mv ../Prebuild.make ../Makefile