test/Makefile

changeset 16
c5dde81b6fb2
parent 15
362b7659dc76
child 20
b101c1ef13c7
     1.1 --- a/test/Makefile	Wed Nov 08 23:17:07 2023 +0100
     1.2 +++ b/test/Makefile	Wed Nov 15 22:51:40 2023 +0100
     1.3 @@ -40,8 +40,10 @@
     1.4  
     1.5  $(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \
     1.6   ../src/ascension/error.h ../src/ascension/context.h \
     1.7 - ../src/ascension/window.h ../src/ascension/datatypes.h \
     1.8 - ../src/ascension/font.h ../src/ascension/shader.h
     1.9 + ../src/ascension/datatypes.h ../src/ascension/window.h \
    1.10 + ../src/ascension/primitives.h ../src/ascension/mesh.h \
    1.11 + ../src/ascension/font.h ../src/ascension/shader.h \
    1.12 + ../src/ascension/text.h
    1.13  	@echo "Compiling $<"
    1.14  	$(CC) -o $@ $(CFLAGS) -c $<
    1.15  

mercurial