Преглед на файлове

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

Зареждане…
Отказ
Запис