test/Makefile

changeset 29
1d001eb694dc
parent 20
b101c1ef13c7
child 32
86468a71dd73
--- a/test/Makefile	Sun Jan 21 14:01:27 2024 +0100
+++ b/test/Makefile	Tue Jan 23 21:34:12 2024 +0100
@@ -45,8 +45,8 @@
  ../src/ascension/error.h ../src/ascension/context.h \
  ../src/ascension/datatypes.h ../src/ascension/window.h \
  ../src/ascension/primitives.h ../src/ascension/mesh.h \
- ../src/ascension/font.h ../src/ascension/shader.h \
- ../src/ascension/text.h
+ ../src/ascension/scene.h ../src/ascension/font.h \
+ ../src/ascension/shader.h ../src/ascension/text.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 

mercurial