#
# Wahey, a messed up makefile for building libraries!
#

include ../Make.config

all: 
	$(LIBLINKER) -x$(OUTPUT_DIRECTORY)/rect @rect.lst

clean:
	$(RM) *.o* *.sym *.map zcc_opt.def

