aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-07Fix latest commit and prove portability further by replaceing \s with [[:space:]]1.2.3.1Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-12-07Remove used of unportable \+ in sed scriptMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-07-02Make makefile portable1.2.3Mattias Andrée1-45/+47
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-26Add shake128sum and rawshake128sumMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-02-18Update clean rule in Makefile1.2.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-11-04Do not use -i option with sed(1), not in POSIXMattias Andrée1-3/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-10-21Add multicall binary optionMattias Andrée1-2/+29
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-10-21Add sha3sum for compatibility with busybox (-w and -s are however not support)Mattias Andrée1-1/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-15make check: build binaries1.1.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-15Makefile: use "rm -f" upon cleaning and uninstallingLeo Izen1-5/+4
The coreutil "rm" will by default exit with failure if it is instructed to remove a file that doesn't exist. Using "rm -f" will suppress this behavior, so "rm" will exit with success whether or not the file had existed before invoking "rm -f".
2017-10-15Fix dependencies in makefile1.1Mattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-15Add testMattias Andrée1-2/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-14Generate all C files except common.c and keccaksum.cMattias Andrée1-1/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-14Use arg.h instead of argparserMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-14Simplify makefileMattias Andrée1-102/+41
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-14Do not use texmanMattias Andrée1-36/+27
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-14Change license, change style, and remove crapMattias Andrée1-209/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-05-31move `-lkeccak -largparse` to the end of the linking instructionJakub Hlusička1-1/+1
2015-04-06fix currency problem with building the texinfo manual to all forms when building with -jMattias Andrée1-12/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-19fix installation dir for man pages, missed /man1Mattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-19add install and uninstall rulesMattias Andrée1-3/+212
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-18beginning on the info manualMattias Andrée1-2/+31
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-14m makefileMattias Andrée1-1/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-14write man pagesMattias Andrée1-1/+23
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-14working on the --check flagMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-14add tab-completion in shellMattias Andrée1-1/+33
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-13add build rules to the makefileMattias Andrée1-0/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-13nuke...Mattias Andrée1-90/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-11m + fix for issue #14Mattias Andrée1-7/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-21fix error in partial bit support for c implementationsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11c version: make with WITH_WIPE=yes to wipe the state and message buffer before freeingMattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11add thread supportMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-11bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-02-05miscMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-10create so and jarsMattias Andrée1-7/+26
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-10m + fix java-c-jni implementationMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-10mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-10miscMattias Andrée1-4/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-10fix java-c-jni sigsegvMattias Andrée1-4/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-08-10directory renamingMattias Andrée1-10/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-18jni version, just needs to properly load the libMattias Andrée1-5/+18
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-17fix jni warningsMattias Andrée1-3/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-17add jni .so to makefileMattias Andrée1-1/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-08optimise c versionMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-08correctedMattias Andrée1-4/+20
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05beginning of porting the command to cMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-02-05add makefileMattias Andrée1-0/+32
Signed-off-by: Mattias Andrée <maandree@operamail.com>