test/Makefile

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

mercurial