AlloyMUSH-1.1/conf/
AlloyMUSH-1.1/misc/
AlloyMUSH-1.1/scripts/
AlloyMUSH-1.1/vms/
GAME=/usr/local/games/mush

all:
	(cd ../obj; make all)

dbconvert:
	(cd ../obj; make dbconvert)

netmush:
	(cd ../obj; make netmush)

mkindx:
	(cd ../obj; make mkindx)

kow: netmush
	mv ../obj/netmush $(GAME)
	strip $(GAME)/netmush