#! /bin/sh

rm -f prereq/*.o
find * -type f -name test.c -printf "%h\n" | while read TEST ; do
	rm -f "$TEST/sys.o"
	rm -f "$TEST/msim.conf"
	rm -f "$TEST/loader.bin"
done
