(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus_unsupported / utils / cvsbackout

File: [Pegasus] / pegasus_unsupported / utils / cvsbackout / Makefile (download)
Revision: 1.1, Fri Jul 7 17:32:50 2006 UTC (17 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: HEAD
BUG#: 9999
TITLE: New utility

DESCRIPTION: New utility for backing out CVS changes.

include ../config.mak

all:
	g++ -Wall -o cvsbackout -O2 main.cpp

install:
	mkdir -p $(PREFIX)/bin
	cp cvsbackout $(PREFIX)/bin 

clean:
	rm -f cvsbackout

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2