d12c124d87
This was supposed to go in the previous CL, but patchsets are hard. Change-Id: I9c479e547bc3f206bb2225ca54b25c52b9483960 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/298407 Reviewed-by: Kevin Lubick <kjlubick@google.com>
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
|