aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/BuildIt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/BuildIt.sh')
-rwxr-xr-xsrc/BuildIt.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BuildIt.sh b/src/BuildIt.sh
index 81ad06e..5c4d5f9 100755
--- a/src/BuildIt.sh
+++ b/src/BuildIt.sh
@@ -1,5 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2 2
3# Don't convert this to C, coz then we have a bootstrap chicken and egg problem.
4
3mkdir -p build 5mkdir -p build
4 6
5# Poor mans git sub modules / subtrees, coz otherwise it gets complex. 7# Poor mans git sub modules / subtrees, coz otherwise it gets complex.