test/Makefile

changeset 32
86468a71dd73
parent 29
1d001eb694dc
child 33
e7ddb52facd3
     1.1 --- a/test/Makefile	Mon Feb 26 21:16:00 2024 +0100
     1.2 +++ b/test/Makefile	Mon Mar 04 21:16:46 2024 +0100
     1.3 @@ -45,8 +45,9 @@
     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/scene.h ../src/ascension/font.h \
     1.8 - ../src/ascension/shader.h ../src/ascension/text.h
     1.9 + ../src/ascension/scene.h ../src/ascension/transform.h \
    1.10 + ../src/ascension/font.h ../src/ascension/shader.h \
    1.11 + ../src/ascension/text.h
    1.12  	@echo "Compiling $<"
    1.13  	$(CC) -o $@ $(CFLAGS) -c $<
    1.14  

mercurial