Prepare splash target

This commit is contained in:
jaby 2022-09-28 20:27:48 +02:00
parent 3d38313b48
commit 403cfc1948
2 changed files with 6 additions and 1 deletions

View File

@ -47,7 +47,7 @@
{
"id": "target",
"type": "pickString",
"options": ["build", "clean", "rebuild"],
"options": ["build", "clean", "rebuild", "splash"],
"default": "build",
"description": "build target",
}

View File

@ -20,7 +20,12 @@ $(LIB_DIR)/$(ARTIFACT).a: $(TARGET).a
@mkdir -p $(LIB_DIR)
cp $(TARGET).a $(LIB_DIR)/$(ARTIFACT).a
ressources/Splash.cpp: ressources/Splash.png
echo wuff
#Rules section for default compilation and linking
splash: ressources/Splash.cpp
all: $(LIB_DIR)/$(ARTIFACT).a
clean: