From 95b4ad119d6c205825ef74acd1ef74981674099d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 12 Oct 2018 14:35:37 +0200 Subject: Makefiles: quiet mode, optional info output --- src/arch/posix/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/arch/posix/Makefile.inc') diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc index cb4b46f..9e27b3e 100644 --- a/src/arch/posix/Makefile.inc +++ b/src/arch/posix/Makefile.inc @@ -35,4 +35,6 @@ arch_help: @echo "posix specific flags:" @echo " - none -" -.PHONY: arch_clean arch_help monitor program run +arch_info: + +.PHONY: arch_clean arch_help arch_info monitor program run -- cgit v1.2.3