test/Makefile

changeset 20
b101c1ef13c7
parent 16
c5dde81b6fb2
child 29
1d001eb694dc
     1.1 --- a/test/Makefile	Thu Nov 23 23:08:57 2023 +0100
     1.2 +++ b/test/Makefile	Mon Dec 18 13:04:04 2023 +0100
     1.3 @@ -36,6 +36,9 @@
     1.4  	@echo "Linking executable..."
     1.5  	$(CC) $(LDFLAGS) -o $@ $^
     1.6  
     1.7 +$(LIB_ASCENSION):
     1.8 +	test -f "$@"
     1.9 +
    1.10  FORCE:
    1.11  
    1.12  $(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \

mercurial