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