diff options
-rwxr-xr-x | src/BuildIt.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/BuildIt.sh b/src/BuildIt.sh index 5c4d5f9..81ad06e 100755 --- a/src/BuildIt.sh +++ b/src/BuildIt.sh | |||
@@ -1,7 +1,5 @@ | |||
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 | |||
5 | mkdir -p build | 3 | mkdir -p build |
6 | 4 | ||
7 | # Poor mans git sub modules / subtrees, coz otherwise it gets complex. | 5 | # Poor mans git sub modules / subtrees, coz otherwise it gets complex. |