create a Makefile to drive things

This commit is contained in:
Brian Warner 2006-11-30 15:40:05 -07:00
parent 5420aa47c6
commit cc814ade3f

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
.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