# KallistiOS 0.6
#
# utils/isotest/Makefile
# (c)2000 Dan Potter
#   
# $Id: Makefile,v 1.2 2000/11/09 05:29:37 bard Exp $

all: isotest

isotest: isotest.c
	gcc -g -o isotest isotest.c

