CFLAGS	= -ff -so -wnu
OBJS	= DamagedCube.o Resident.o

Test:	$(OBJS)
	ln -m +q -o DamagedCube $(OBJS) -lmf -lc
