feat: split Wikipedia app into separate files, change icon to cog

This commit is contained in:
2026-05-26 07:51:32 +02:00
parent 52efa90988
commit 59d3197d1c
9 changed files with 1572 additions and 1410 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ LIBS := $(TLS_LIB)/libtls.a $(BEARSSL)/libbearssl.a $(LIBC_LIB)/liblibc.a
# ---- Source files ----
SRCS := main.cpp stb_truetype_impl.cpp
SRCS := main.cpp state.cpp theme.cpp text.cpp document.cpp network.cpp render.cpp stb_truetype_impl.cpp
OBJS := $(addprefix $(OBJDIR)/,$(SRCS:.cpp=.o))
# ---- Target ----