xref: /aosp_15_r20/external/skia/demos.skia.org/Makefile (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1.PHONY: local
2local:
3	echo "Go check out http://localhost:8123/demos/hello_world/index.html"
4	rm -f build
5	ln -s ../modules/canvaskit/build build
6	python3 -m http.server 8123
7