ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/c++/Makefile
Revision: 1.2
Committed: Mon Feb 26 14:42:43 2001 UTC (23 years, 8 months ago) by ab11
Branch: MAIN
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
DELETED

File Contents

# Content
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