#
#       Makefile for lib
#
#       Copyright (C) 2000 GFD Dennou Club. All rights reserved.
#

include ../Mkinclude
 

clean: clean.local

clean.all: clean.local clean.lib

clean.local:
	$(RM) *~

clean.lib:
	$(RM) $(DCLLIBFILE)
	$(RM) -r $(DBASENAME)
