
# Build script for MPW shell

	# Create folders (if necessary)
If !`Exists -d :obj:`
	NewFolder obj
End
If !`Exists -d :objppc:`
	NewFolder objppc
End

Make -f libmikmod.make ALL >libmikmod.makeout
Execute libmikmod.makeout

Echo "# Build complete!"
	