mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
[ci] switch from spaces to tabs
This commit is contained in:
parent
67c48d4427
commit
64891defa3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue