aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-05-09Makefile: remove -fsanitize=leak (not supported in macos)Paul Duncan1-1/+10
2024-05-08sha3.c, Makefile: s/SHA3_TEST/TEST_SHA3/Paul Duncan1-1/+1
2024-05-08s/SHA3_BACKEND/BACKEND/gPaul Duncan1-3/+3
2024-05-05sha3.c, Makefile, tests/bench/Makefile: allow overriding SHA3_BACKEND via com...Paul Duncan1-2/+5
2024-04-29Makefile: add -march=native -mtune=native to TEST_CFLAGSPaul Duncan1-1/+1
2023-10-15add Doxyfile, fix "doc" targetPaul Duncan1-1/+1
2023-10-14Makefile, .gitignore: add "doc" target, ignore generated api documentationPaul Duncan1-0/+4
2023-09-17Makefile: add LIB to clean targetPaul Duncan1-1/+2
2023-09-16Makefile: add shared library targetPaul Duncan1-3/+11
2023-09-16Makefile: add TEST_CFLAGS with sanitizers, add commentsPaul Duncan1-7/+15
2023-09-02Makefile: add CFLAGS to test targetPaul Duncan1-1/+1
2023-09-01initial commitPaul Duncan1-0/+20