5 lines
127 B
Makefile
5 lines
127 B
Makefile
|
|
.PHONY: local
|
||
|
|
local:
|
||
|
|
echo "Go check out http://localhost:8123/demos/hello_world/index.html"
|
||
|
|
python2 -m SimpleHTTPServer 8123
|