BUILD = ../build

.SUFFIXES:
.SUFFIXES: .o

all clean: x
	@$(BUILD) $(MFLAGS) $@
install archive directory fix convert summary load unload load_rooms unload_rooms reset findroom bbck: x
	@$(BUILD) $(MFLAGS) $@
copy_summary merge_summary t: x
	@$(BUILD) $(MFLAGS) $@

x:
