aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJ08nY2017-04-12 00:22:52 +0200
committerJ08nY2017-04-12 00:25:05 +0200
commit7e4094a03816f84b39720638fbcd74b601065bac (patch)
tree416ece260d2dd517b4d50a2016b80d2709d058cf /src/Makefile
parent7745105a9c426e8c8daba5dc698de3be0ca54d6e (diff)
downloadecgen-7e4094a03816f84b39720638fbcd74b601065bac.tar.gz
ecgen-7e4094a03816f84b39720638fbcd74b601065bac.tar.zst
ecgen-7e4094a03816f84b39720638fbcd74b601065bac.zip
Add unrolls to invalid generation method
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index f57a828..bf3fc48 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -17,7 +17,7 @@ endif
LDFLAGS = -L../lib/parson -L../lib/sha1 -L../lib/pari
INCLUDES = -I. -I../lib
-LIBS = -lrt -lpthread -lparson -lsha1 -lpari
+LIBS = -lrt -lpari -lpthread -lparson -lsha1
####