OBJS = treemap.o hashmap.o main.o CPPFLAGS = -g map.x: ${OBJS} g++ ${CPPFLAGS} -o map.x ${OBJS} clean: -rm *.o *.x # DO NOT DELETE hashmap.o: hashmap.h treemap.h main.o: hashmap.h treemap.h treemap.o: treemap.h