commit ee4fea7293e2b94112804c42860c12dd01102ab1 Author: sin <[email protected]> Date: Mon Nov 17 10:42:32 2014 +0000
Remove binlib target
diff --git a/Makefile b/Makefile
index 25234bc..4d9a142 100644
--- a/Makefile
+++ b/Makefile
@@ -124,12 +124,9 @@ OBJ = $(SRC:.c=.o) $(LIB)
BIN = $(SRC:.c=)
MAN = $(SRC:.c=.1)
-all: binlib
+all: bin
-binlib: libutil.a
- $(MAKE) bin
-
-bin: $(BIN)
+bin: libutil.a $(BIN)
$(OBJ): $(HDR) config.mk
