Use cpp_out

This commit is contained in:
Jaby 2022-09-28 21:21:45 +02:00 committed by Jaby
parent c21cf2a5a9
commit f03ff2da2b
1 changed files with 1 additions and 1 deletions

View File

@ -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