Bsh/build.ninja

9 lines
109 B
Plaintext
Raw Normal View History

2022-02-08 17:50:03 +00:00
rule call_make
command = make $out
build bsh: call_make
build clean: call_make
build check: call_make