[ci] switch from spaces to tabs

This commit is contained in:
feederbox826 2026-05-03 21:16:06 -04:00
parent 67c48d4427
commit 64891defa3
No known key found for this signature in database
GPG key ID: 82F297A12EBB8A57

View file

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