aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix latest commit and prove portability further by replaceing \s with [[:space:]]1.2.3.1Mattias Andrée2023-12-071-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove used of unportable \+ in sed scriptMattias Andrée2023-12-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Make makefile portable1.2.3Mattias Andrée2023-07-021-45/+47
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add shake128sum and rawshake128sumMattias Andrée2022-02-261-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update clean rule in Makefile1.2.1Mattias Andrée2021-02-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not use -i option with sed(1), not in POSIXMattias Andrée2020-11-041-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add multicall binary optionMattias Andrée2020-10-211-2/+29
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add sha3sum for compatibility with busybox (-w and -s are however not support)Mattias Andrée2020-10-211-1/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* make check: build binaries1.1.1Mattias Andrée2017-10-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Makefile: use "rm -f" upon cleaning and uninstallingLeo Izen2017-10-151-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".
* Fix dependencies in makefile1.1Mattias Andrée2017-10-151-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testMattias Andrée2017-10-151-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Generate all C files except common.c and keccaksum.cMattias Andrée2017-10-141-1/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use arg.h instead of argparserMattias Andrée2017-10-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Simplify makefileMattias Andrée2017-10-141-105/+44
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not use texmanMattias Andrée2017-10-141-36/+27
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Change license, change style, and remove crapMattias Andrée2017-10-141-209/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* move `-lkeccak -largparse` to the end of the linking instructionJakub Hlusička2017-05-311-1/+1
|
* fix currency problem with building the texinfo manual to all forms when building with -jMattias Andrée2015-04-061-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix installation dir for man pages, missed /man1Mattias Andrée2014-11-191-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add install and uninstall rulesMattias Andrée2014-11-191-3/+212
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning on the info manualMattias Andrée2014-11-181-2/+31
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m makefileMattias Andrée2014-11-141-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* write man pagesMattias Andrée2014-11-141-1/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* working on the --check flagMattias Andrée2014-11-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add tab-completion in shellMattias Andrée2014-11-141-1/+33
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add build rules to the makefileMattias Andrée2014-11-131-0/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* nuke...Mattias Andrée2014-11-131-90/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix for issue #14Mattias Andrée2014-11-111-7/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix error in partial bit support for c implementationsMattias Andrée2014-08-211-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* c version: make with WITH_WIPE=yes to wipe the state and message buffer before freeingMattias Andrée2014-02-111-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add thread supportMattias Andrée2014-02-111-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2014-02-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-02-051-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* create so and jarsMattias Andrée2013-08-101-7/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix java-c-jni implementationMattias Andrée2013-08-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2013-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-08-101-4/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix java-c-jni sigsegvMattias Andrée2013-08-101-4/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* directory renamingMattias Andrée2013-08-101-10/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* jni version, just needs to properly load the libMattias Andrée2013-02-181-5/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix jni warningsMattias Andrée2013-02-171-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add jni .so to makefileMattias Andrée2013-02-171-1/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* optimise c versionMattias Andrée2013-02-081-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* correctedMattias Andrée2013-02-081-5/+21
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of porting the command to cMattias Andrée2013-02-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add makefileMattias Andrée2013-02-051-0/+32
Signed-off-by: Mattias Andrée <maandree@operamail.com>