From c892310f6936ceec30d0ad8f7a0628a5e3f2bca8 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Mon, 12 May 2025 20:11:55 +0300 Subject: [PATCH] fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6ee88b..ff8412b 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ uninstall: clean clear: rm -f $(BIN) -OLD_FILES=$$(< old-files) +OLD_FILES=$(shell cat old-files) IGNORE_OLD_FILES := $(foreach file,$(shell cat old-files),-ignore $(file)) update-license: $(ADD_LICENSE_BIN) -v -f license-header-old-files.tmpl $(OLD_FILES)