WIP: makefile command changes
[libbear.git] / Makefile
index e8caeea..0b7c779 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,12 @@
 .PHONY: default
 default:
 
+# Suppress all builtin variables and rules
+MAKEFLAGS              += -rR
+
+# Suppress all command printing
+MAKEFLAGS              += -s
+
 G_DIRMK     := dir.mk
 G_VARSMK    := vars.mk
 G_FILESMK   := files.mk