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

include ../../../Mkinclude

LIBNAME		= chrlib
LIBSRCS		= chrl01.f
LIBDEMO 	= chrl01


all: $(LIBDEMO)

clean:
	$(RM) $(LIBDEMO) *.o *~ core *.trace
