We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa2481 commit bd3b922Copy full SHA for bd3b922
1 file changed
web.mk
@@ -26,6 +26,8 @@ C_SRC += $(wildcard $(GENSOURCE)/*.c)
26
CPP_SRC += $(wildcard $(GENSOURCE)/*.cpp)
27
C_SRC += $(wildcard $(PATCHSOURCE)/*.c)
28
CPP_SRC += $(wildcard $(PATCHSOURCE)/*.cpp)
29
+CPP_SRC += MonochromeScreenPatch.cpp ColourScreenPatch.cpp
30
+C_SRC += font.c
31
WEBDIR = $(BUILD)/web
32
33
# EMCCFLAGS += -s WASM=0 # disables wasm output
0 commit comments