diff options
author | Leah Neukirchen <leah@vuxu.org> | 2023-10-21 17:37:20 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-10-21 17:37:20 +0200 |
commit | d0631e9d3732003dcc377eeb1fdcc39a5d8b9c7d (patch) | |
tree | fdfc7bd8645d02305f4c8a13d34dc27a321acb5a /Makefile | |
parent | 8fa6c2456035d9febdc240a8cbdaa7b2d3964367 (diff) | |
download | nitro-d0631e9d3732003dcc377eeb1fdcc39a5d8b9c7d.tar.gz nitro-d0631e9d3732003dcc377eeb1fdcc39a5d8b9c7d.tar.xz nitro-d0631e9d3732003dcc377eeb1fdcc39a5d8b9c7d.zip |
add SOCK_DGRAM based control
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index c693459..88979ce 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings +CFLAGS=-g -O2 -Wall -Wno-unused-parameter -Wextra -Wwrite-strings LDLIBS=-luv ALL=nitro |