From 7f2499243c15c73dc8cf1a64e69cc6777a527037 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Tue, 29 Oct 2019 18:43:52 +0000 Subject: [PATCH] Add a 'compiling resources' message to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a2e695e0..82f87f41 100644 --- a/Makefile +++ b/Makefile @@ -141,6 +141,7 @@ include $(wildcard $(DEPENDENCIES)) obj/$(FILENAME)/windows_resources.o: assets/resources/CSE2.rc @mkdir -p $(@D) + @echo Compiling Windows resource file $< @$(WINDRES) $< $@ # TODO