X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7555773739acb7e65602bff163ab4f9548e0f19a..1d99e3e9537f75342a9f20f1e89a3e8cb4bb5444:/build/start-build diff --git a/build/start-build b/build/start-build deleted file mode 100755 index a26548cf7..000000000 --- a/build/start-build +++ /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 '"