# KallistiOS 0.6
#
# userland/jam/Makefile
# (c)2000 Dan Potter
#   
# $Id: Makefile,v 1.1 2000/11/09 05:18:38 bard Exp $

PROG = jam
OBJS = jam.o input.o window.o event.o repaint.o test.o wm.o

include ../Makefile.prefab
