From 7f939890b6e6018e2af6ff24fc0a95f501fb4c75 Mon Sep 17 00:00:00 2001 From: wangyu Date: Wed, 26 Jul 2017 18:51:31 +0800 Subject: [PATCH] trival --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 048b14b..b1d715e 100755 --- a/makefile +++ b/makefile @@ -1,8 +1,8 @@ ccmips=mips-openwrt-linux-g++ all: - killall raw||true + killall udp2raw||true sleep 1 - g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp log.cpp -O3 -std=c++11 - ${ccmips} -O3 main.cpp -o rawmips -lrt -I. aes.c md5.c encrypt.cpp log.cpp -std=c++11 + g++ main.cpp -o udp2raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp log.cpp -O3 -std=c++11 + ${ccmips} -O3 main.cpp -o udp2raw_mips -lrt -I. aes.c md5.c encrypt.cpp log.cpp -std=c++11