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

include ../../../Mkinclude

LIBNAME		= randlib
LIBSRCS		= rand01.c
LIBDEMO 	= rand01


all: $(LIBDEMO)

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