Archived
1
0

more fixes

This commit is contained in:
Jeff Becker
2017-05-03 11:01:32 -04:00
parent 19d75eb917
commit 279faa56b7
2 changed files with 11 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ LIB = libnntpchan.a
all: $(EXE) $(TOOL)
$(LIB): $(OBJECTS)
$(AR) -q $(LIB) $(OBJECTS)
$(AR) -r $(LIB) $(OBJECTS)
$(EXE): $(LIB)
$(CXX) -o $(EXE) $(CXXFLAGS) nntpd.cpp $(LIB) $(LD_FLAGS)