--- a/test/Makefile Thu Nov 23 23:08:57 2023 +0100
+++ b/test/Makefile Mon Dec 18 13:04:04 2023 +0100
@@ -36,6 +36,9 @@
@echo "Linking executable..."
$(CC) $(LDFLAGS) -o $@ $^
+$(LIB_ASCENSION):
+ test -f "$@"
+
FORCE:
$(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \