ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/Makefile
Revision: 1.2
Committed: Sun Jul 20 15:01:24 2003 UTC (20 years, 9 months ago) by pcg
Branch: MAIN
CVS Tags: stable
Changes since 1.1: +4 -0 lines
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