head     1.1;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     93.07.21.14.22.22;  author jesup;  state Exp;
branches ;
next     ;


desc
@Checkin of Greg's unreleased work
@



1.1
log
@Initial revision
@
text
@
.c.o:
        lc  -d1 -O -v -cfist -o$*.o $*.c

all:    group

group : group.o
        blink group.o to $@@ SC SD ND lib lib:lc.lib

release :
        copy group.c group group.h group.rev makefile envoy:src/c/group
        protect envoy:src/c/group +rewd QUIET

@
