change file name

This commit is contained in:
wangyu 2017-07-19 16:17:46 +08:00 committed by wangyu
parent 79effde630
commit dab787a5dc
4 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
#include <sys/timerfd.h> #include <sys/timerfd.h>
#include <set> #include <set>
#include <encryption.h> #include <encrypt.h>
#include <inttypes.h> #include <inttypes.h>
using namespace std; using namespace std;

View File

@ -2,6 +2,6 @@ ccmips=mips-openwrt-linux-g++
all: all:
killall raw||true killall raw||true
sleep 1 sleep 1
g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encryption.cpp -O3 g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3
# ${ccmips} main.cpp -o rawmips -static -lgcc_eh -lrt # ${ccmips} main.cpp -o rawmips -static -lgcc_eh -lrt