Merge pull request #406 from mcmasterg/cleaniter

intpips: cleaniter
This commit is contained in:
John McMaster 2018-12-24 12:50:50 -08:00 committed by GitHub
commit ca4b7bd309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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