From e7a04e9b94fb5ee4101b792c66dd471d2abd8e2d Mon Sep 17 00:00:00 2001 From: Evan Gates Date: Thu, 13 Nov 2014 13:45:34 -0800 Subject: [PATCH] remove binlib recipe --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index eddb0e9..8505bdb 100644 --- a/Makefile +++ b/Makefile @@ -121,12 +121,7 @@ OBJ = $(SRC:.c=.o) $(LIB) BIN = $(SRC:.c=) MAN = $(SRC:.c=.1) -all: binlib - -binlib: util.a - $(MAKE) bin - -bin: $(BIN) +all: $(BIN) $(BIN): util.a -- 2.1.3