skia2/demos.skia.org/Makefile
Kevin Lubick d12c124d87 [demos] Move to subdir
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>
2020-06-23 17:29:37 +00:00

5 lines
127 B
Makefile

.PHONY: local
local:
echo "Go check out http://localhost:8123/demos/hello_world/index.html"
python2 -m SimpleHTTPServer 8123