Преглед изворни кода

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…
Откажи
Сачувај