# always success
#
run:
	/bin/cat test.good


clean:
	/bin/rm test.log temp.log mon.out
