multiplex works

This commit is contained in:
wangyu
2017-07-21 10:36:27 +08:00
committed by wangyu
parent dd24b03e33
commit 047af63801
2 changed files with 211 additions and 29 deletions

View File

@@ -3,5 +3,5 @@ all:
killall raw||true
sleep 1
g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3
${ccmips} main.cpp -o rawmips -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3
# ${ccmips} main.cpp -o rawmips -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3