aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-14 13:18:19 +0200
committerMattias Andrée <maandree@kth.se>2017-10-14 13:18:19 +0200
commit47caacbfc9870db62552138baf3805e4ffc99778 (patch)
tree43803b19807bc472bdca13c872a7eb765552af1a /config.mk
parentUpdate readme (diff)
downloadsha3sum-47caacbfc9870db62552138baf3805e4ffc99778.tar.gz
sha3sum-47caacbfc9870db62552138baf3805e4ffc99778.tar.bz2
sha3sum-47caacbfc9870db62552138baf3805e4ffc99778.tar.xz
Use arg.h instead of argparser
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index e581aee..cd07dc2 100644
--- a/config.mk
+++ b/config.mk
@@ -12,4 +12,4 @@ WARN = -pedantic -Wdouble-promotion -Wformat=2 -Winit-self -Wmissing-include-dir
CFLAGS = -std=c99 -Wall -Wextra $(WARN) -O3
CPPFLAGS =
-LDFLAGS = -s -lkeccak -largparser
+LDFLAGS = -s -lkeccak