From 64891defa3cea9a277ea5c5986b90508aa2adf05 Mon Sep 17 00:00:00 2001 From: feederbox826 Date: Sun, 3 May 2026 21:16:06 -0400 Subject: [PATCH] [ci] switch from spaces to tabs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9645170d2..0a4505e90 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,12 @@ ifdef IS_WIN_SHELL RM := del /s /q RMDIR := rmdir /s /q NOOP := @@ - PREFIX := $(USERPROFILE)\\bin + PREFIX := $(USERPROFILE)\\bin else RM := rm -f RMDIR := rm -rf NOOP := @: - PREFIX := $(HOME)/.local + PREFIX := $(HOME)/.local endif # set LDFLAGS environment variable to any extra ldflags required