]> wagnertech.de Git - mfinanz.git/blobdiff - build/start-build
epic-ts
[mfinanz.git] / build / start-build
diff --git a/build/start-build b/build/start-build
deleted file mode 100755 (executable)
index a26548c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-set -e
-
-# checkout build utilities
-if [ ! -d projects ]; then
-       git clone https://github.com/wagner-tech/projects/
-fi
-
-ln -sf projects/tools/make/configure .
-
-echo "Next step: call 'configure <project> <tag>'"