summaryrefslogtreecommitdiff
path: root/config/general.mk
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-26 18:43:39 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-26 19:15:08 +0100
commit693330a3616e418c4eda90ff5528ef0cbe5fa4cc (patch)
tree2b509c2aa11c1f915a71f54eb2173dc89ba6a29f /config/general.mk
parent5d6081e960e007c1224e73e2d1f8f930f39c970d (diff)
Trying to perfect makefiles; making the difference between CPPFLAGS, CFLAGS and ASFLAGS.
Diffstat (limited to 'config/general.mk')
-rw-r--r--config/general.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/general.mk b/config/general.mk
index b82dae3..cd50fdc 100644
--- a/config/general.mk
+++ b/config/general.mk
@@ -1,2 +1,5 @@
VERBOSE = false
+
+ifneq ($(VERBOSE),true)
MAKE_OPTS = --no-print-directory -s
+endif