From 2635cd15b173c533c4aa07a7f3ebc17b722e7d2b Mon Sep 17 00:00:00 2001 From: tahoe Date: Tue, 31 Jul 2007 16:55:45 -0700 Subject: [PATCH] add install target, works at lest on sudo-free cygwin --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 3871fae7..2075341e 100644 --- a/Makefile +++ b/Makefile @@ -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) -- 2.45.2