test/Makefile

changeset 37
8a8cc6725b48
parent 35
674eb53c12f3
child 44
b3da4096c607
     1.1 --- a/test/Makefile	Wed Mar 06 23:38:17 2024 +0100
     1.2 +++ b/test/Makefile	Fri Mar 15 00:06:59 2024 +0100
     1.3 @@ -46,8 +46,8 @@
     1.4   ../src/ascension/datatypes.h ../src/ascension/window.h \
     1.5   ../src/ascension/primitives.h ../src/ascension/mesh.h \
     1.6   ../src/ascension/scene.h ../src/ascension/transform.h \
     1.7 - ../src/ascension/font.h ../src/ascension/shader.h \
     1.8 - ../src/ascension/text.h
     1.9 + ../src/ascension/camera.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