From d92d64257d745bef8b4d363b9b56038962aef4f5 Mon Sep 17 00:00:00 2001 From: dzaima Date: Mon, 26 Dec 2022 19:39:51 +0200 Subject: [PATCH] add removing build/obj2 to `make clean` --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 137b49f4..05601968 100644 --- a/makefile +++ b/makefile @@ -355,6 +355,7 @@ clean-specific: rmdir $(bd); true clean-submodules: git submodule deinit build/singeliSubmodule/ build/replxxSubmodule/ build/bytecodeSubmodule/ - +clean-obj2: + rm -rf build/obj2 -clean: clean-build clean-singeli +clean: clean-build clean-singeli clean-obj2