foo.sml : bar.sml baz.sml

bar.sml :
	touch bar.sml

baz.sml: bar.uo
	MAKE bar.uo

#Local variables:
#mode: makefile
#end:
