ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/c++/Makefile
Revision: 1.1
Committed: Wed Jan 24 19:32:56 2001 UTC (23 years, 8 months ago) by ab11
Branch: MAIN
Log Message:
Makefile for XMLTest

File Contents

# User Rev Content
1 ab11 1.1 all:
2     g++ -c -o XMLFormatter.o XMLFormatter.cpp
3     g++ -c -o XMLTest.o XMLTest.cpp
4     g++ -o XMLTest XMLTest.o XMLFormatter.o
5    
6     clean:
7     rm -f XMLFormatter.o XMLTest.o XMLTest
8