fuzzer.mk: remove not needed echo

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2019-01-18 01:03:05 +01:00
parent b8d645fc21
commit 812689d64c
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ FUZDIR ?= ${PWD}
all: database
$(SPECIMENS_OK):
echo ${ENV_VAR}
mkdir -p build
if [ -f $(FUZDIR)/generate.sh ]; then export $(ENV_VAR); bash $(FUZDIR)/generate.sh $(subst /OK,,$@); else bash ${XRAY_DIR}/utils/top_generate.sh $(subst /OK,,$@); fi