Pārlūkot izejas kodu

Fix make exiting 1 if test script is missing

master
JustAnotherArchivist pirms 1 gada
vecāks
revīzija
dfc809abb4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      .make-and-exec-Makefile

+ 1
- 1
.make-and-exec-Makefile Parādīt failu

@@ -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

Notiek ielāde…
Atcelt
Saglabāt