pmt: fixup main.mk

This commit is contained in:
2024-09-10 06:39:51 +03:00
parent 34b4c1beb2
commit 39ac8b2797

View File

@@ -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