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