add install target, works at lest on sudo-free cygwin

This commit is contained in:
tahoe 2007-07-31 16:55:45 -07:00
parent c4e5510813
commit 2635cd15b1

View File

@ -212,6 +212,13 @@ clean: clean-zfec clean-Crypto clean-foolscap
rm -f debian
rm -rf instdir
install:
cd src/zfec && python ./setup.py install && cd ../..
cd src/foolscap && python ./setup.py install && cd ../..
cd src/Crypto && python ./setup.py install && cd ../..
python ./setup.py install
# DEBIAN PACKAGING
VER=$(shell $(PYTHON) misc/get-version.py)