From 4679d6bbc52937f32943ecc5f70e768dd88089e3 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 22 Jan 2026 12:54:43 +0100 Subject: [PATCH] clean makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 99725a1..9e42294 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,6 @@ SHELL = /bin/sh VERSION = 0.0 NAME = mcaselector-lite -CMAKE ?= cmake -G 'Unix Makefiles' XXD ?= xxd TAR ?= tar SPARSE ?= sparse @@ -35,7 +34,6 @@ LDFLAGS += $(shell pkg-config --libs-only-L glfw3 libarchive) LDLIBS += $(shell pkg-config --libs-only-l glfw3 libarchive) endif - msg-cc = $(info [CC] $(1)) msg-clean = $(info [CLEAN] $(1)) msg-ld = $(info [LD] $(1)) @@ -52,6 +50,7 @@ endif # a lot of things considered "standard" are unavailable. ifeq ($(OS),Windows_NT) NAME := $(NAME).exe +# WARN: Is this still valid? LDLIBS += -lopengl32 -lgdi32 $(warning Detected Windows_NT, please refer to the documentation if you encounter issues.) endif