diff options
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/default b/configs/default index 717b6ee388..e38a0a0945 100644 --- a/configs/default +++ b/configs/default @@ -17,7 +17,11 @@ CXX = CC CFLAGS = -O CXXFLAGS = -O GLU_CFLAGS = + +# Misc tools and flags MKLIB_OPTIONS = +MKDEP = makedepend +MKDEP_OPTIONS = -Y -fdepend # Library names (base name) |