# Null Object, Iterators, Visitor & Linked List # # Douglas Thrift # # $Id$ all: UnitTest UnitTest: UnitTest.cpp DoublyLinkedList.hpp NullNode.hpp Node.hpp Iterator.hpp $(CXX) $(CPPFLAGS) $(CXXFLAGS) UnitTest.cpp -o $@ clean: -rm UnitTest