Adding clean target.
This commit is contained in:
@ -212,6 +212,12 @@ rule gen_run
|
|||||||
description = GEN_RUN
|
description = GEN_RUN
|
||||||
command = $script $options $infiles >$out
|
command = $script $options $infiles >$out
|
||||||
|
|
||||||
|
rule clean
|
||||||
|
description = CLEAN
|
||||||
|
command = ninja -t clean
|
||||||
|
|
||||||
|
build clean: clean
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user