udp2raw/makefile

8 lines
191 B
Makefile
Raw Normal View History

2017-07-14 13:32:37 +00:00
ccmips=mips-openwrt-linux-g++
all:
killall raw||true
sleep 1
2017-07-18 20:07:27 +00:00
g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encryption.cpp
2017-07-17 08:38:41 +00:00
# ${ccmips} main.cpp -o rawmips -static -lgcc_eh -lrt
2017-07-14 13:32:37 +00:00