diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-24 22:27:57 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-24 22:27:57 +0100 |
commit | 3209738e135f8ae5755652150ffeb81cb7d91e75 (patch) | |
tree | 00aa5cbe7b3ba0a866c6ce409829fa2e00d7de52 /config | |
parent | 250095c7bc783f415b3958b1099216e8953600e7 (diff) |
Fixing malloc's template, and fixing a bit more the verbose/quiet mode.
Diffstat (limited to 'config')
-rw-r--r-- | config/general.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/general.mk b/config/general.mk index 5d0ecca..702deb8 100644 --- a/config/general.mk +++ b/config/general.mk @@ -1 +1,2 @@ -VERBOSE = true +VERBOSE = false +MAKE_OPTS = --no-print-directory |