From 39ac8b2797d68f9d3f996e952897737e54f16a74 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Tue, 10 Sep 2024 06:39:51 +0300 Subject: [PATCH] pmt: fixup main.mk --- build/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/main.mk b/build/main.mk index 4d2d2aa..f916df6 100755 --- a/build/main.mk +++ b/build/main.mk @@ -15,7 +15,7 @@ # limitations under the License. UPDATE_MAKEFILES = false -CLS_ADTS := "rm -f $(BUILD)/bash/additional-vars" +CLS_ADTS := rm -f $(BUILD)/bash/additional-vars all: getvars $(MAKE_HIDE) $(SILENT) -C $(BUILD)/config $$(cat $(BUILD)/goals.txt) || exit 1