From cd4f66574b9cf72354c93df2507fb5e82aa6d312 Mon Sep 17 00:00:00 2001 From: cel Date: Fri, 29 May 2020 21:19:59 -0400 Subject: [PATCH] Ignore pkill error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3e29c2..e51b1f6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ OBJ=dpi.o zet.dpi.o io.o $(SUNDOWN_SRC:c=o) CFLAGS=-Wall -Wextra -pedantic all-reload: all - pkill $(BIN) + -pkill $(BIN) all: $(BIN)