We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd755b commit 17b3078Copy full SHA for 17b3078
Makefile
@@ -61,8 +61,8 @@ $(LIBMAPPER_OBJ_DIR)/%.o : $(LIBMAPPER_SRCS_DIR)/%.c
61
62
all : $(COMPAT_OBJS) $(ZLIB_OBJS) $(LIBLO_OBJS) $(LIBMAPPER_OBJS)
63
@mkdir -p $(OUTPUT_LIB_DIR)
64
+ @rm $(OUTPUT_LIB_DIR)/libmapper.a || true
65
@echo Linking $(OUTPUT_LIB_DIR)/libmapper.a
- @rm $(OUTPUT_LIB_DIR)/libmapper.a 2> /dev/null
66
@$(AR) cru $(OUTPUT_LIB_DIR)/libmapper.a $^
67
cp library.properties $(OUTPUT_DIR)/library.properties
68
cp -R examples $(OUTPUT_DIR)
0 commit comments