ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/cvswww/Makefile
Revision: 1.1
Committed: Fri Mar 9 00:22:52 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Log Message:
C programs used to manage the website from cvs.

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