mirror of https://github.com/openXC7/prjxray.git
intpips: cleaniter
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
533a202547
commit
8047b51965
|
|
@ -89,8 +89,8 @@ clean:
|
||||||
rm -rf build run.ok todo
|
rm -rf build run.ok todo
|
||||||
|
|
||||||
# Remove iteration specific files, but keep piplist.tcl output
|
# Remove iteration specific files, but keep piplist.tcl output
|
||||||
cleanprj:
|
cleaniter:
|
||||||
rm -rf build/$(ITER) build/todo.txt
|
rm -rf build/$(ITER) build/todo.txt
|
||||||
|
|
||||||
.PHONY: database pushdb run clean cleanprj
|
.PHONY: database pushdb run clean cleaniter
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue