diff --git a/.make-and-exec-Makefile b/.make-and-exec-Makefile index 4368047..77d7b97 100644 --- a/.make-and-exec-Makefile +++ b/.make-and-exec-Makefile @@ -1,4 +1,4 @@ .make-and-exec-binaries/%: %.c mkdir -p .make-and-exec-binaries $(CC) -O3 -o $@ $< $(CFLAGS) - [ -f ./.$(notdir $(@))-test ] && ./.$(notdir $(@))-test + [ -f ./.$(notdir $(@))-test ] && ./.$(notdir $(@))-test || true