Adding clean target.

This commit is contained in:
Brad Nelson
2023-12-31 21:33:01 -08:00
parent a7fbed4c8c
commit 0e8264fa09

View File

@ -212,6 +212,12 @@ rule gen_run
description = GEN_RUN
command = $script $options $infiles >$out
rule clean
description = CLEAN
command = ninja -t clean
build clean: clean
"""