#
# $Id: Makefile,v 1.2 1996/01/06 02:05:58 lf Exp $
#
# Copyright (C) 1995 Lars Fenneberg
#
# See the file COPYRIGHT for the respective terms and conditions. 
# If the file is missing contact me at in5y050@public.uni-hamburg.de 
# and I'll send you a copy.
#

include ../MCONFIG

LIBS:=$(LIBS) -L../src -lradclient

all:	radexample

radexample: radexample.o

ci:
	-$(CI) $(CIFLAGS) Makefile radexample.c README.radexample

co:
	-$(CO) $(COFLAGS) Makefile radexample.c README.radexample

clean:
	rm -f *~ *.o radexample

