Commit e19e37a3af0b5ef5c77a910cae365724f485fcc7

Thomas de Grivel 2024-02-28T09:29:21

make demo_gl on mac

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/libc3/window/sdl2/demo/macos/Makefile b/libc3/window/sdl2/demo/macos/Makefile
index 27537ce..d068e59 100644
--- a/libc3/window/sdl2/demo/macos/Makefile
+++ b/libc3/window/sdl2/demo/macos/Makefile
@@ -25,11 +25,13 @@ IMG_SOURCES = \
 	../../../../../img/flaps.png \
 	../../../../../img/fly-dead.png \
 	../../../../../img/fly-noto.png \
+	../../../../../img/matrix_shade.png \
 	../../../../../img/toast.128.png \
 	../../../../../img/toast.png \
 
 FONT_SOURCES = \
 	../../../../../fonts/Courier\ New \
+	../../../../../fonts/NotoSans-Regular.ttf \
 
 build:
 	${MAKE} ${APP_PROG}