summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 730d0ef..e279213 100644
--- a/Makefile
+++ b/Makefile
@@ -21,13 +21,9 @@ OBJ = $(SRC:.c=.o) $(LIB)
BIN = $(SRC:.c=)
MAN = $(SRC:.c=.1)
-all: binlib
-
-binlib: util.a
- $(MAKE) bin
-
-bin: $(BIN)
+all: $(BIN)
+$(BIN): $(OBJ) util.a
$(OBJ): $(HDR) config.mk
config.h: