瀏覽代碼

Fix make exiting 1 if test script is missing

master
JustAnotherArchivist 1 年之前
父節點
當前提交
dfc809abb4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .make-and-exec-Makefile

+ 1
- 1
.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

Loading…
取消
儲存