include ../options.cf

CC = $(CXX) 

all: main
main: main.o
main.o: main.cc aggregate.hh image2d.hh image3d.hh iterator.hh

.PHONY: all
