Makefile (264B)
1 build: 2 tacker template/index.html template/dist/index.html 3 mv dist/git /tmp/tongong.net-git 4 rm -rf dist/* 5 mv /tmp/tongong.net-git dist/git 6 qjs build.js 7 cp static/* dist/ 8 9 build-git: 10 make build 11 cd git && node build.js 12 13 watch: 14 find . | entr -s "make build"