run: clean
	@make -C .. loop
	./test.sh

clean:
	rm -f *.img *.log *.txt stats-* *.json
