PROG = testing
OBJS = testing.o

include ../Makefile.prefab

INCS += -I../jpeg-6b
LIBS += -L../jpeg-6b -ljpeg -lk -lgcc
