diff options
author | David Phillips <david@sighup.nz> | 2017-05-28 19:01:16 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-05-28 19:01:16 +1200 |
commit | 7abb8721ec10e282622fa0fd491226fc1b80d132 (patch) | |
tree | 721cfdfbe459dce2d5acb1de7b4d0d23d1326ce5 /Makefile | |
parent | d3430352e7a38cffd796c645281d9433f0ea8f00 (diff) | |
download | sand-leek-7abb8721ec10e282622fa0fd491226fc1b80d132.tar.xz |
Remove the need for base32 in the inner loop
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS += -Wall -Wextra -O2 -mssse3 +CFLAGS += -Wall -Wextra -O2 LDFLAGS += -lssl -lcrypto -lpthread all: sand-leek |