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)