defs.mk, rules.mk: Add MAKEFLAGS += -r

This disables implicit rules and should speed up the build a tad.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-09-02 14:44:18 +00:00
commit d4581f488a
2 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,8 @@
ifndef JW_BUILD_DEF_MK_INCLUDED
JW_BUILD_DEF_MK_INCLUDED = true
MAKEFLAGS += -r
include $(MODDIR)/make/platform.mk
include $(MODDIR)/make/projects.mk