Explorar el Código

Fix make exiting 1 if test script is missing

master
JustAnotherArchivist hace 1 año
padre
commit
dfc809abb4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .make-and-exec-Makefile

+ 1
- 1
.make-and-exec-Makefile Ver fichero

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

Cargando…
Cancelar
Guardar