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


1.1
date     91.10.29.11.27.49;  author dlarson;  state Exp;
branches ;
next     ;


desc
@Puts a SANA-II driver online.
@



1.1
log
@Initial revision
@
text
@INCFLAGS = -isana2:include
CLIB   = lib:lc.lib lib:amiga.lib lib:debug.lib

all: online

online: online.o /skeleton/skeleton.o
	blink FROM lib:c.o $@@.o /skeleton/skeleton.o TO $@@ LIB $(CLIB)


#NO STACK CHECKING!!!
.c.o:
	lc $(INCFLAGS) -v -csuq $*

@
