ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/ccscs20/GNUmakefile
(Generate patch)

Comparing GNUmakefile (file contents):
Revision 4 by Douglas Thrift, 2004-05-13T17:50:29-07:00 vs.
Revision 5 by Douglas Thrift, 2004-05-13T22:47:11-07:00

# Line 8 | Line 8 | CXX = g++34
8  
9   all: UnitTest
10  
11 < UnitTest: UnitTest.cpp DoublyLinkedList.hpp NullNode.hpp Node.hpp Iterator.hpp
11 > UnitTest: UnitTest.cpp DoublyLinkedList.hpp NullNode.hpp Iterator.hpp
12          $(CXX) $(CPPFLAGS) $(CXXFLAGS) UnitTest.cpp -o $@
13  
14   clean:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines