
subdir = image_libs

SUFFIXES = .cpp .h

all: Makefile

clean:
	rm -f *.o

distclean: clean
	-rm -f Makefile

