diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-14 01:01:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-14 01:01:14 +0200 |
commit | 3e1864aa14a33a3c917537a241f6a032cfcacf78 (patch) | |
tree | 25297b1363fa88c9f45b5102afa5e95d08e986c1 /DEPENDENCIES | |
parent | Change style and license (diff) | |
download | libkeccak-3e1864aa14a33a3c917537a241f6a032cfcacf78.tar.gz libkeccak-3e1864aa14a33a3c917537a241f6a032cfcacf78.tar.bz2 libkeccak-3e1864aa14a33a3c917537a241f6a032cfcacf78.tar.xz |
General improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 87e6858..5cd97da 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -6,7 +6,7 @@ RUNTIME DEPENDENCIES: BUILD DEPENDENCIES: libc - gcc + c99 make coreutils binutils @@ -26,12 +26,11 @@ BENCHMARK DEPENDENCIES: make coreutils median - grep (only needed for src/benchmark-flags) - sed (only needed for src/benchmark-flags) + grep (only needed for ./benchmark-flags) + sed (only needed for ./benchmark-flags) INSTALL DEPENDENCIES: make coreutils - |