dbm/
misc/
old-docs/
teeny:
	cd gdbm-1.5;make gdbm.a;cd ..
	cd db;make dblib.a;cd ..
	cd misc;make misc.a;cd ..
	cd mud;make teeny;cd ..
	mv mud/teeny teenymusk

teenydbm:
	cd gdbm-1.5;make gdbm.a;cd ..
	cd db;make dblib.a;cd ..
	cd misc;make misc.a;cd ..
	cd dbm;make dbm;cd ..
	mv dbm/dbm teenydbm
clean:
	cd db;rm *.o;rm dblib.a;cd ..
	cd misc;make clean;cd ..
	cd mud;rm *.o;cd ..
	cd dbm;rm *.o;cd ..
convert:
	cd misc;make convert;cd ..
	mv misc/convert tiny-convert