diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-14 01:12:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-14 01:12:30 +0200 |
commit | 7e0ddd7b783e17af13b1294887d461479a1faa47 (patch) | |
tree | 5e1007a046658fc6e89d20287895dc4baea6d578 /Makefile | |
parent | Fix makefile (diff) | |
download | libkeccak-7e0ddd7b783e17af13b1294887d461479a1faa47.tar.gz libkeccak-7e0ddd7b783e17af13b1294887d461479a1faa47.tar.bz2 libkeccak-7e0ddd7b783e17af13b1294887d461479a1faa47.tar.xz |
Use basic config by default1.1.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ .NONPOSIX: +# If possible, use CONFIGFILE=optimised.mk CONFIGFILE = config.mk |