demo/snake/Makefile

changeset 273
966bfca56b9d
parent 267
92fdd53de74f
--- 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 $<
 

mercurial