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

all:	zxvgs

zxvgs:
	@echo Nothing to do!

clean:
	rm -f *.o* *.i *.sym *.map zcc_opt.def
