From 883836919a58b21563c97a95a8904a30c936863a Mon Sep 17 00:00:00 2001 From: Jaby Date: Wed, 28 Sep 2022 21:21:45 +0200 Subject: [PATCH] Use cpp_out --- src/Library/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Library/Makefile b/src/Library/Makefile index 98a2ba0f..a711d4f9 100644 --- a/src/Library/Makefile +++ b/src/Library/Makefile @@ -23,7 +23,7 @@ $(LIB_DIR)/$(ARTIFACT).a: $(TARGET).a cp $(TARGET).a $(LIB_DIR)/$(ARTIFACT).a ressources/Splash.cpp: ressources/Splash.png - jaby_engine_fconv $< simple-tim full16 | cpp_out --name SplashScreen -o $@ + jaby_engine_fconv $< simple-tim full16 | cpp_out --name SplashScreen -o $@ #Rules section for default compilation and linking splash: ressources/Splash.cpp