Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkenneth@hexad.dk <kenneth@hexad.dk@59da171f-624f-0410-aa54-27559c288bec>2011-12-06 23:44:28 +0400
committerkenneth@hexad.dk <kenneth@hexad.dk@59da171f-624f-0410-aa54-27559c288bec>2011-12-06 23:44:28 +0400
commit09a1d8391bc218f223e86a2ff377006f27492f5c (patch)
tree7f86a8b6c70d973abcd7b7148ad3be4c7cd78162 /make.sh
parentc387c9d9db7651cc12455bd005d8acd14cdc9241 (diff)
Added build support for make with xbuild
git-svn-id: https://duplicati.googlecode.com/svn/trunk@1055 59da171f-624f-0410-aa54-27559c288bec
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.sh b/make.sh
new file mode 100755
index 000000000..ad6e5a293
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,2 @@
+cd Installer/Makefile
+make $@