Add Make task "clean-most"

This commit is contained in:
Alex Kotov 2022-11-29 17:05:31 +04:00
parent 20e63d5ae0
commit baa2fe62c4
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ runc: $(IMAGE)
runw: $(IMAGE)
$(QEMU) -cdrom $< -serial stdio
clean: clean-src clean-dest clean-mruby clean-libkernaux
clean: clean-src clean-dest clean-mruby clean-libkernaux
clean-most: clean-src clean-dest clean-mruby
clean-src:
$(MAKE) -C $(SRC) clean