mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 14:29:34 +08:00
change file name
This commit is contained in:
parent
79effde630
commit
dab787a5dc
2
main.cpp
2
main.cpp
@ -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;
|
||||||
|
2
makefile
2
makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user