intpips: cleaniter

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-24 12:44:02 -08:00
parent 533a202547
commit 8047b51965
1 changed files with 2 additions and 2 deletions

View File

@ -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