udp2raw/makefile

6 lines
132 B
Makefile
Raw Normal View History

2017-07-14 13:32:37 +00:00
ccmips=mips-openwrt-linux-g++
all:
g++ main.cpp -o raw -static -lrt -ggdb
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