diff --git a/Makefile b/Makefile index 79aa1da..61185e7 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ $(SRCS): $(CC) $(CFLAGS) -c $*.c tcpser: $(OBJS) - $(CC) $(LDFLAGS) -o $@ $(OBJS) + $(CC) -o $@ $(OBJS) $(LDFLAGS) depend: $(SRCS) $(DEPEND) $(SRCS)