From 82a4e3d9da94689bf1bc34066bfe06dd63acd330 Mon Sep 17 00:00:00 2001 From: cel Date: Wed, 27 May 2020 21:31:56 -0400 Subject: [PATCH] Don't pkill in default make target --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index c3e29c2..6185372 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,6 @@ SUNDOWN_SRC=$(wildcard sundown/*.c) OBJ=dpi.o zet.dpi.o io.o $(SUNDOWN_SRC:c=o) CFLAGS=-Wall -Wextra -pedantic -all-reload: all - pkill $(BIN) - all: $(BIN) $(BIN): $(OBJ)