• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.PHONY: local
2local:
3	echo "Go check out http://localhost:8123/demos/hello_world/index.html"
4	python2 -m SimpleHTTPServer 8123
5