Makefile (115B)
1 2 index.html: channels.ejs ../stats/channels-last-week.json 3 npx ejs $< -f ../stats/channels-last-week.json -o $@ 4 5