wangyu-udp2raw/makefile

8 lines
219 B
Makefile
Raw Normal View History

2017-07-14 21:32:37 +08:00
ccmips=mips-openwrt-linux-g++
all:
killall raw||true
sleep 1
2017-07-19 16:17:46 +08:00
g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3
2017-07-21 10:36:27 +08:00
# ${ccmips} main.cpp -o rawmips -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3
2017-07-14 21:32:37 +08:00