.PHONY: run clean

run:
	./run.sh

clean:
	rm -rf testfile *.img dump.log restore-expected-fail.log restore.log stats-dump stats-restore
