#
# Wahey, a messed up makefile for building libraries!
#
# $Id: Makefile,v 1.3 2008/07/21 10:09:25 stefano Exp $

all:
	$(RM) asm_ispunct.o
	@echo ''


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