diff -r d0e88022e209 -r b101c1ef13c7 test/Makefile --- 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 \