Separate make files for easier use

This commit is contained in:
2023-03-29 21:46:32 +02:00
parent 2882ddfc34
commit d789bdd845
3 changed files with 5 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ $(LIB_DIR)/$(notdir $(OVERLAY_BOOT_OBJ)): $(OVERLAY_BOOT_OBJ)
cp $(OVERLAY_BOOT_OBJ) $(LIB_DIR)/$(notdir $(OVERLAY_BOOT_OBJ))
# Improve later
# rule to make the boot image
$(SPLASH_IMAGE): ressources/Splash.png
jaby_engine_fconv --lz4 $< simple-tim full16 | cpp_out --name SplashScreen -o $@