Update Makefile

pull/55/head
abrahamsonn 2017-06-01 11:17:29 -06:00 committed by GitHub
parent 2b29522814
commit 54eef3358f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CC=gcc CC=gcc
CFLAGS=-DWOLFSSL_DTLS CFLAGS=-Wall -DWOLFSSL_DTLS
LIBS=-lwolfssl -lpthread LIBS=-lwolfssl -lpthread
all: client-udp client-dtls client-dtls-nonblocking client-dtls-resume client-dtls-shared server-udp server-dtls server-dtls-nonblocking server-dtls-threaded all: client-udp client-dtls client-dtls-nonblocking client-dtls-resume client-dtls-shared server-udp server-dtls server-dtls-nonblocking server-dtls-threaded