ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/Makefile
Revision: 1.3
Committed: Wed Jul 30 00:32:42 2003 UTC (20 years, 9 months ago) by pcg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1
2     .PHONY: doc
3    
4     all: doc
5    
6     rundemo: all
7     perl rundemo
8    
9     doc:
10     cd doc && make
11    
12 pcg 1.2 trace: doc
13     perl -Mlib=lib bin/tracer
14    
15