STUFF = rsconvert
SHELL = command

default:
	(cd rsconvrt ; make)

depend clean:
	(cd rsconvrt ; make clean)
