From 46767dff4ffa390120cc67c5366e66f4da5347e2 Mon Sep 17 00:00:00 2001 From: MysterD Date: Sat, 21 May 2022 21:11:17 -0700 Subject: [PATCH] Fix indentation --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6c5ef9ae..0d7b1b75 100644 --- a/Makefile +++ b/Makefile @@ -901,17 +901,17 @@ else # endif endif -#icon +# icon ifeq ($(WINDOWS_BUILD),1) ifeq ($(ICON),1) Command := mkdir -p "$(BUILD_DIR)/res" - Resp := $(shell $(call Command)) + Resp := $(shell $(call Command)) Command := windres -o "$(BUILD_DIR)/res/icon.o" -i "res/icon.rc" - Resp := $(shell $(call Command)) + Resp := $(shell $(call Command)) - ifeq ($(.SHELLSTATUS),0) - LDFLAGS += $(BUILD_DIR)/res/icon.o + ifeq ($(.SHELLSTATUS),0) + LDFLAGS += $(BUILD_DIR)/res/icon.o endif endif endif