test/Makefile

changeset 20
b101c1ef13c7
parent 16
c5dde81b6fb2
child 29
1d001eb694dc
--- 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 \

mercurial