# Copyright (C) by GFD-Dennou Club, 1999-2000.  All rights reserved. 
#
#       Makefile for tugi (gokuraku)
#

include ../../../Mkinclude

LIBNAME		= tugi
LIBSRCS		= step1.c step2.c
LIBDEMO		= step1   step2  


all: $(LIBDEMO)

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