This commit is contained in:
Chris Cannam
2018-02-03 13:19:57 +00:00
parent b68f500e2d
commit 77cb928b6e

View File

@@ -136,7 +136,7 @@ $(PROGRAM_TARGET): $(LIBRARY_OBJECTS) $(PROGRAM_OBJECTS)
$(CXX) -o $@ $^ $(PROGRAM_LIBS) $(LDFLAGS)
$(STATIC_TARGET): $(LIBRARY_OBJECTS)
rm $@
rm -f $@
$(AR) rsc $@ $^
$(DYNAMIC_TARGET): $(LIBRARY_OBJECTS)