aboutsummaryrefslogtreecommitdiff
path: root/build.ninja
blob: de4f42d30a579c6b9c100590d6f85f9632794c68 (plain)
1
2
3
4
5
6
7
rule regen
  command = m4 ninja.m4 > build.ninja
  generator=1

build force: phony
build build.ninja: regen | force