diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-07-31 08:07:12 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-07-31 08:07:12 +0000 |
commit | 9139f1df4cda80b91ab68e5de27e85eaa4c54682 (patch) | |
tree | 87fadb2618ee8228f7184aa14bfa2b21741e3f49 /src/command.cpp | |
parent | 113fc467a7170a8a564049c64d1036dd10e6abac (diff) | |
download | build-9139f1df4cda80b91ab68e5de27e85eaa4c54682.tar.gz build-9139f1df4cda80b91ab68e5de27e85eaa4c54682.tar.bz2 build-9139f1df4cda80b91ab68e5de27e85eaa4c54682.tar.xz build-9139f1df4cda80b91ab68e5de27e85eaa4c54682.zip |
I still can't get the pymake file to auto-make the bison and flex .c files, but
besides that everything is looking great. There's only one thing left to parse
and interpret before we can try actually building something.
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/command.cpp b/src/command.cpp index 4a1fa6c..72f9a4c 100644 --- a/src/command.cpp +++ b/src/command.cpp | |||
@@ -13,7 +13,6 @@ Command::~Command() | |||
13 | void Command::debug() | 13 | void Command::debug() |
14 | { | 14 | { |
15 | static const char *cmdt[]={"Check", "Clean"}; | 15 | static const char *cmdt[]={"Check", "Clean"}; |
16 | printf(" command: %s %s\n", cmdt[ nType ], sTarget.getString() ); | 16 | printf(" command: %s %s\n", cmdt[ nType ], sTarget.getString() ); |
17 | |||
18 | } | 17 | } |
19 | 18 | ||