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

image_OBJECTS = image.o

test_image_OBJECTS = test_image.o $(image_OBJECTS)

test_image: $(test_image_OBJECTS)