diff -r 6ed9fb9662c0 -r 966bfca56b9d demo/snake/Makefile --- a/demo/snake/Makefile Wed Aug 20 23:51:40 2025 +0200 +++ b/demo/snake/Makefile Thu Aug 21 22:13:51 2025 +0200 @@ -59,7 +59,7 @@ ../../src/ascension/text.h ../../src/ascension/font.h \ ../../src/ascension/mesh.h ../../src/ascension/texture.h \ ../../src/ascension/sprite.h ../../src/ascension/2d.h \ - ../../src/ascension/shader.h + ../../src/ascension/shader.h ../../src/ascension/util.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<