examples/bdev: quiet the clean Makefile target

@: command was added for 'all' target previously - it's
needed for 'clean' as well.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I0fa5981ba417a158ffb8285f197149968a5b6286

Reviewed-on: https://review.gerrithub.io/403070
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
Jim Harris 2018-03-07 08:28:35 -07:00 committed by Daniel Verkamp
parent ca98a8cf96
commit 2a274cc987

View File

@ -42,5 +42,6 @@ all: $(DIRS-y)
@:
clean: $(DIRS-y)
@:
include $(SPDK_ROOT_DIR)/mk/spdk.subdirs.mk