From 6a384a3039a774c4d3fc409855c383d93002f418 Mon Sep 17 00:00:00 2001 From: MysterD Date: Thu, 31 Mar 2022 00:13:48 -0700 Subject: [PATCH] Fix spelling mistake --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8b4a43dc..fbe3911a 100644 --- a/Makefile +++ b/Makefile @@ -832,15 +832,15 @@ else # endif endif -#icon +# Icon ifeq ($(WINDOWS_BUILD),1) ifeq ($(ICON),1) Command := mkdir $(BUILD_DIR)/res - Reponce := $(shell $(call Command)) + Reponse := $(shell $(call Command)) Command := windres -o $(BUILD_DIR)/res/icon.o -i res/icon.rc - Reponce := $(shell $(call Command)) + Reponse := $(shell $(call Command)) LDFLAGS += $(BUILD_DIR)/res/icon.o endif