diff --git a/Makefile b/Makefile index 674afe594..06ccdcec1 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ VERSION ?= 1.0.0 EPOCH ?= 1 MAINTAINER ?= "Community" -CMDS = $(shell find ./cmd -maxdepth 1 -mindepth 1 -type d) +CMDS = $(shell find ./cmd -maxdepth 1 -mindepth 1 -type d | grep -v testdata) CMD_BASENAMES = $(shell echo $(CMDS) | xargs -n1 basename) CMD_BINS = $(addprefix $(OBJDIR)/, $(CMD_BASENAMES) ) OBJECTS = $(CMD_BINS)