Don't pkill in default make target

main
cel 5 years ago
parent 5561c79321
commit 82a4e3d9da

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

Loading…
Cancel
Save