Files
deb-python-autobahn/examples/twisted/wamp/beginner/Makefile
2014-04-10 18:00:41 +02:00

6 lines
131 B
Makefile

test_server:
PYTHONPATH="../../../../autobahn" python server.py
test_client:
PYTHONPATH="../../../../autobahn" python client.py