diff --git a/Makefile b/Makefile index 78e6ed7..6c526db 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ MAN = $(BIN:=.1) all: $(BIN) -$(BIN): $(LIB) +$(BIN): $(LIB) $(@:=.o) $(OBJ): $(HDR) config.mk