From 77cb928b6e36c36a42cd9f73dd44f84db9ea995a Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Sat, 3 Feb 2018 13:19:57 +0000 Subject: [PATCH] Duh --- Makefile.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.osx b/Makefile.osx index c6ef217..62fea2f 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -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)