ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/cvswww/Makefile
Revision: 1.2
Committed: Mon Jun 18 15:04:45 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
We no longer need these scripts as everything is done on one machine.

File Contents

# User Rev Content
1 tdb 1.1 #!/bin/sh
2    
3     all:
4     gcc -o cvswww-send-cmd cvswww-send-cmd.c
5     gcc -o cvswww-extract-cmd cvswww-extract-cmd.c
6     gcc -o cvswww-clean cvswww-clean.c
7     chmod u+s cvswww-send-cmd cvswww-extract-cmd cvswww-clean
8    
9     clean:
10     rm -f cvswww-send-cmd cvswww-extract-cmd cvswww-clean