head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 vendor:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2000.04.30.19.12.12;  author fraggle;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2000.04.30.19.12.12;  author fraggle;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@EXE = swantbls.exe

OBJS =                    \
	swantbls.o

all : $(EXE)

$(EXE) : $(OBJS)
	gcc $(OBJS) -o $@@

%.o : %.c
	gcc -c $< -o $@@
@


1.1.1.1
log
@initial import
@
text
@@
