diff options
-rwxr-xr-x | src/BuildIt.sh | 2 |
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 | |||
3 | mkdir -p build | 5 | mkdir -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. |