test/Makefile

changeset 7
9dd76cbd6c90
parent 6
302971e8599b
child 11
d83af80eb09b
     1.1 --- a/test/Makefile	Wed Nov 01 20:09:49 2023 +0100
     1.2 +++ b/test/Makefile	Wed Nov 01 21:00:33 2023 +0100
     1.3 @@ -38,8 +38,9 @@
     1.4  
     1.5  FORCE:
     1.6  
     1.7 -$(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/window.h \
     1.8 - ../src/ascension/core.h ../src/ascension/datatypes.h
     1.9 +$(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \
    1.10 + ../src/ascension/context.h ../src/ascension/window.h \
    1.11 + ../src/ascension/datatypes.h ../src/ascension/error.h
    1.12  	@echo "Compiling $<"
    1.13  	$(CC) -o $@ $(CFLAGS) -c $<
    1.14  

mercurial