From def92e2b1435a35a11e1fd9c21189a9f4fe2c5d9 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 23 Nov 2017 23:13:54 +1300 Subject: Add time estimator --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e94b8fd..3db9b2f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS += -Wall -Wextra -O2 -LDFLAGS += -lssl -lcrypto -lpthread +LDFLAGS += -lssl -lcrypto -lpthread -lm all: sand-leek -- cgit v1.1