summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/image/Makefile.defs
blob: b0e7f7498d007d9f49f456227de2db9a8ca5b92f (plain)
1
2
3
4
5
6
7
PROGRAMS += test_image

image_OBJECTS = image.o raw_reader.o 

test_image_OBJECTS = test_image.o $(image_OBJECTS)

test_image: $(test_image_OBJECTS)