diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2e13b16..ebf0cfd 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -7,8 +7,8 @@ int main() | |||
7 | bld.load("build.conf"); | 7 | bld.load("build.conf"); |
8 | 8 | ||
9 | bld.build(); | 9 | bld.build(); |
10 | 10 | /* | |
11 | printf("\n\n----------\nDebug dump\n----------\n"); | 11 | printf("\n\n----------\nDebug dump\n----------\n"); |
12 | bld.debug(); | 12 | bld.debug();*/ |
13 | } | 13 | } |
14 | 14 | ||