# KallistiOS 0.80
#
# utils/rdtest/Makefile
# (c)2000 Dan Potter
#   
# $Id: Makefile,v 1.1 2001/02/02 21:45:15 bard Exp $

all: rdtest

rdtest: rdtest.c
	gcc -g -o rdtest rdtest.c

