Statistics
| Branch: | Revision:

root / tests / qemu-iotests / Makefile @ feature-archipelago

History | View | Annotate | Download (113 Bytes)

1

    
2
CLEANFILES= *.out.bad *.notrun check.log check.time
3

    
4
# no default target
5
default:
6

    
7
clean:
8
	rm -f $(CLEANFILES)
9