Files
funstraw/tools/BUILD

13 lines
151 B
Python
Raw Normal View History

2016-09-25 17:37:37 -07:00
cc_binary(
name = "dump_tun",
srcs = [
"dump_tun.cc",
],
deps = [
"//lib:tun_tap_device_lib",
],
linkopts = [
"-lglog",
],
)