From 8047b519656687e51552f832e2cefcd1f5b18b4f Mon Sep 17 00:00:00 2001 From: John McMaster Date: Mon, 24 Dec 2018 12:44:02 -0800 Subject: [PATCH] intpips: cleaniter Signed-off-by: John McMaster --- fuzzers/050-intpips/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzzers/050-intpips/Makefile b/fuzzers/050-intpips/Makefile index 87fc916a..d81fe753 100644 --- a/fuzzers/050-intpips/Makefile +++ b/fuzzers/050-intpips/Makefile @@ -89,8 +89,8 @@ clean: rm -rf build run.ok todo # Remove iteration specific files, but keep piplist.tcl output -cleanprj: +cleaniter: rm -rf build/$(ITER) build/todo.txt -.PHONY: database pushdb run clean cleanprj +.PHONY: database pushdb run clean cleaniter