7 lines
76 B
Makefile
7 lines
76 B
Makefile
.PHONY: clean
|
|
|
|
clean:
|
|
rm -rf *.xml
|
|
rm -rf ip
|
|
rm -rf work*
|
|
rm -rf outflow
|