From 801b6d563d14718674a03c5822729eab08552c6b Mon Sep 17 00:00:00 2001 From: wangyu- Date: Thu, 19 Oct 2017 13:36:54 -0500 Subject: [PATCH] fix makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0d1a57b..e726259 100755 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ SOURCES=main.cpp log.cpp common.cpp lib/fec.c lib/rs.c packet.cpp delay_manager. NAME=speederv2 TARGETS=amd64 arm mips24kc_be x86 mips24kc_le -TAR=${NAME}_binaries.tar.gz `echo ${TARGETS}|sed -r 's/([^ ]+)/speeder_\1/g'` +TAR=${NAME}_binaries.tar.gz `echo ${TARGETS}|sed -r 's/([^ ]+)/speederv2_\1/g'` all:git_version rm -f ${NAME}