ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/ccscs20/GNUmakefile
Revision: 5
Committed: 2004-05-13T22:47:11-07:00 (21 years, 1 month ago) by Douglas Thrift
File size: 248 byte(s)
Log Message:
Die!

File Contents

# User Rev Content
1 Douglas Thrift 1 # Null Object, Iterators, Visitor & Linked List
2     #
3     # Douglas Thrift
4     #
5     # $Id$
6    
7 Douglas Thrift 4 CXX = g++34
8    
9 Douglas Thrift 1 all: UnitTest
10    
11 Douglas Thrift 5 UnitTest: UnitTest.cpp DoublyLinkedList.hpp NullNode.hpp Iterator.hpp
12 Douglas Thrift 1 $(CXX) $(CPPFLAGS) $(CXXFLAGS) UnitTest.cpp -o $@
13    
14     clean:
15     -rm UnitTest

Properties

Name Value
svn:eol-style native
svn:keywords Id