test/Makefile

changeset 7
9dd76cbd6c90
parent 6
302971e8599b
child 11
d83af80eb09b
--- 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 $<
 

mercurial