Commit 9c131c28 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

build: add @: to 'clean' rule in include/Makefile



This silences the output of 'make clean' when there is nothing to do.

Change-Id: I5cd89b8a2934162c932fc7b4acc6585e8d1dd4f5
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/399926


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent bb24ce82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ all:
	@:

clean:
	@:

install: $(INSTALLED_HEADERS)