wangyu-udp2raw/makefile

8 lines
195 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
g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encryption.cpp -O3
2017-07-17 16:38:41 +08:00
# ${ccmips} main.cpp -o rawmips -static -lgcc_eh -lrt
2017-07-14 21:32:37 +08:00