6 lines
75 B
Makefile
6 lines
75 B
Makefile
TARGET = eth_udp
|
|
SRC_CC = main.cc
|
|
LIBS = base libc
|
|
|
|
CC_CXX_WARN_STRICT =
|