aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld2
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
14CXXFLAGS += "-ggdb -W -Wall"; 14CXXFLAGS += "-ggdb -W -Wall -I.";
15 15
16action "default" 16action "default"
17{ 17{