# KallistiOS 0.80
#
# userland/jam/Makefile
# (c)2000 Dan Potter
#   
# $Id: Makefile,v 1.2 2000/12/03 18:17:25 bard Exp $

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

include ../Makefile.prefab

CFLAGS += -O0
