tongong.net

personal website
git clone https://tongong.net/git/tongong.net.git
Log | Files | Refs

Makefile (124B)


      1 build: src/*
      2 	node build.js
      3 	tacker src/index.html index.html
      4 
      5 watch:
      6 	find . | entr -s "make build && cd ../../.. && make"