mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
add install target, works at lest on sudo-free cygwin
This commit is contained in:
parent
c4e5510813
commit
2635cd15b1
7
Makefile
7
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)
|
||||
|
Loading…
Reference in New Issue
Block a user