From 4192fe5f1ce047cef2dc9dca4fc5eb3154d095d9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 10 May 2024 07:39:30 +0200 Subject: ci: added a useless compat-symbols file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As useless as stdlib-changes, as panicky as well. Signed-off-by: Miquel Sabaté Solà --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6085945..5e27e1d 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ fix-stdlib-changes: # package-lint shut up. @mkdir -p vendor/data @echo "()" > vendor/data/stdlib-changes + @echo "()" > vendor/data/compat-symbols .PHONY: lint lint: vendor fix-stdlib-changes -- cgit v1.2.3