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

include ../Make.config

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

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