test/Makefile

changeset 11
d83af80eb09b
parent 7
9dd76cbd6c90
child 15
362b7659dc76
     1.1 --- a/test/Makefile	Tue Nov 07 21:13:04 2023 +0100
     1.2 +++ b/test/Makefile	Tue Nov 07 21:24:06 2023 +0100
     1.3 @@ -40,7 +40,8 @@
     1.4  
     1.5  $(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \
     1.6   ../src/ascension/context.h ../src/ascension/window.h \
     1.7 - ../src/ascension/datatypes.h ../src/ascension/error.h
     1.8 + ../src/ascension/datatypes.h ../src/ascension/font.h \
     1.9 + ../src/ascension/error.h
    1.10  	@echo "Compiling $<"
    1.11  	$(CC) -o $@ $(CFLAGS) -c $<
    1.12  

mercurial