Bsh/build.ninja

9 lines
109 B
Plaintext

rule call_make
command = make $out
build bsh: call_make
build clean: call_make
build check: call_make