ref: 7f2499243c15c73dc8cf1a64e69cc6777a527037
parent: f596f897363f181d9f5c3306ece18742069d05a1
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Oct 29 14:43:52 EDT 2019
Add a 'compiling resources' message to Makefile
--- a/Makefile
+++ b/Makefile
@@ -141,6 +141,7 @@
obj/$(FILENAME)/windows_resources.o: assets/resources/CSE2.rc
@mkdir -p $(@D)
+ @echo Compiling Windows resource file $<
@$(WINDRES) $< $@
# TODO