add pseudo-rule s.t. dry-runs won't fail

Mon, 18 Dec 2023 13:04:04 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 18 Dec 2023 13:04:04 +0100
changeset 20
b101c1ef13c7
parent 19
d0e88022e209
child 21
1a47c57666f5

add pseudo-rule s.t. dry-runs won't fail

test/Makefile file | annotate | diff | comparison | revisions
     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