mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-09-18 05:04:32 +08:00
init
This commit is contained in:
10
makefile
Normal file
10
makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
ccarm=mips-openwrt-linux-g++
|
||||
all:
|
||||
g++ main.cpp -o dupd -static -lrt
|
||||
release:
|
||||
g++ main.cpp -o dupd_amd64 -static -lrt
|
||||
g++ main.cpp -o dupd_x86 -static -lrt -m32
|
||||
${ccarm} main.cpp -o dupd_ar71xx -static -lgcc_eh -lrt
|
||||
|
||||
#g++ forward.cpp aes.c -o forward -static
|
||||
# ${ccarm} forward.cpp aes.c -o forwardarm -static -lgcc_eh
|
Reference in New Issue
Block a user