diff -r 302971e8599b -r 9dd76cbd6c90 test/Makefile --- a/test/Makefile Wed Nov 01 20:09:49 2023 +0100 +++ b/test/Makefile Wed Nov 01 21:00:33 2023 +0100 @@ -38,8 +38,9 @@ FORCE: -$(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/window.h \ - ../src/ascension/core.h ../src/ascension/datatypes.h +$(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \ + ../src/ascension/context.h ../src/ascension/window.h \ + ../src/ascension/datatypes.h ../src/ascension/error.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<