summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-06 13:21:32 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-06 13:21:32 -0400
commitc68c67ce7d88dcfc9db29e572d60e1c43ddb2519 (patch)
tree65bc8f8a1e207e5af041b376622f7b1d720afbd0 /Makefile
parentc58e2fa1335322c699a16fa8e12390d0b137b03e (diff)
downloadudpastcp-c68c67ce7d88dcfc9db29e572d60e1c43ddb2519.tar.xz
udpastcp-c68c67ce7d88dcfc9db29e572d60e1c43ddb2519.zip
Miscellaneous improvements.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94f6e9f..bdc9167 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -Wall -Wextra
+CFLAGS += -Wall -Wextra -Wwrite-strings -std=c99 -D_BSD_SOURCE -D_DEFAULT_SOURCE
LDLIBS := -lev