diff options
author | David Phillips <david@sighup.nz> | 2017-11-23 23:13:54 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-11-23 23:13:54 +1300 |
commit | def92e2b1435a35a11e1fd9c21189a9f4fe2c5d9 (patch) | |
tree | 9e0e919c00f076714f7be22814b42fb4965b4fef /Makefile | |
parent | b452860634f5b219d11a85a824786ef91731fee7 (diff) | |
download | sand-leek-def92e2b1435a35a11e1fd9c21189a9f4fe2c5d9.tar.xz |
Add time estimator
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CFLAGS += -Wall -Wextra -O2 -LDFLAGS += -lssl -lcrypto -lpthread +LDFLAGS += -lssl -lcrypto -lpthread -lm all: sand-leek |