build: modernize initrd structure and asset management

This commit is contained in:
boreddevnl
2026-05-09 18:54:51 +02:00
parent 5c2347d5d1
commit 1e91395eaa
2 changed files with 21 additions and 1 deletions

View File

@@ -77,6 +77,9 @@ $(BIN_DIR)/%.o: %.c | $(BIN_DIR)
$(BIN_DIR)/viewer.elf: $(LIBC_OBJS) $(BIN_DIR)/viewer.o $(BIN_DIR)/stb_image.o $(BIN_DIR)/viewer.note.o
$(LD) $(LDFLAGS) $^ -o $@
$(BIN_DIR)/about.elf: $(LIBC_OBJS) $(BIN_DIR)/about.o $(BIN_DIR)/stb_image.o $(BIN_DIR)/about.note.o
$(LD) $(LDFLAGS) $^ -o $@
$(BIN_DIR)/settings.elf: $(LIBC_OBJS) $(BIN_DIR)/settings.o $(BIN_DIR)/stb_image.o $(BIN_DIR)/settings.note.o
$(LD) $(LDFLAGS) $^ -o $@