#
# This file is public domain.
#
# $Id: smakefile 1.1 1995/10/30 19:33:00 petrin Exp petrin $
#

#DEBUG     = DEBUG=FULLFLUSH
DEBUG     =

CFLAGS    = $(DEBUG)


Log: Log.o
   sc link $(CFLAGS) Log.o

Log.o: Log.c
   sc $(CFLAGS) Log.c

clean:
   delete Log Log.lnk Log.o
