tahoe-lafs/Makefile

13 lines
207 B
Makefile
Raw Normal View History

2006-11-30 22:40:05 +00:00
.PHONY: run-queen run-client test
run-queen:
cd queen-basedir && PYTHONPATH=.. twistd -noy ../queen.tac
run-client:
cd client-basedir && PYTHONPATH=.. twistd -noy ../client.tac
test:
trial allmydata