include ../Makefile.h

OUTPROGS = vector1 deque1 set1 algo1 algo2

PROGS =	   vector2 list1 mmap1 copy1 copy2 copy3 ioiter1

MODULES = 	

HEADERS =	


clean::
	rm -f *.o

clean::
	rm -f $(PROGS)


