File: Makefile

package info (click to toggle)
python-autobahn 0.10.3%2Bdfsg1-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,744 kB
  • sloc: python: 15,976; makefile: 333
file content (5 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
test_server:
	PYTHONPATH="../../../../autobahn" ~/python34/bin/python3 server.py

test_client:
	PYTHONPATH="../../../../autobahn" ~/python34/bin/python3 client.py