diff options
Diffstat (limited to '')
-rw-r--r-- | default.bld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bld b/default.bld index 6c9c4bb..9d94f73 100644 --- a/default.bld +++ b/default.bld | |||
@@ -11,7 +11,7 @@ | |||
11 | * and actually does a better job with a number of things. | 11 | * and actually does a better job with a number of things. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | CXXFLAGS += "-ggdb -W -Wall"; | 14 | CXXFLAGS += "-ggdb -W -Wall -I."; |
15 | 15 | ||
16 | action "default" | 16 | action "default" |
17 | { | 17 | { |