summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-27Makefile: Add switch for picking number of parallel fuzz workersEuAndreh1-1/+2
2025-05-15Setup i18n with gotext(0)EuAndreh1-23/+56
2025-05-04Make: Use $< over $?EuAndreh1-1/+1
2025-01-16Makefile: keep symlinks in "install" targetEuAndreh1-1/+1
2024-11-08Revert "Makefile: Use lddeps(1) for library dependencies"EuAndreh1-6/+2
This reverts commit 02862d9d64e830e4a3a7e5826fc10cc63c90cd89.
2024-11-03Makefile: Use lddeps(1) for library dependenciesEuAndreh1-2/+6
2024-10-29Makefile: Simplify time file generation on bench taget dependenciesEuAndreh1-2/+1
2024-10-29Makefile: Prioritize local version when building and linkingEuAndreh1-2/+2
2024-10-19Makefile: Normalize .go.a: .SUFFIXES ruleEuAndreh1-1/+3
2024-10-18Remove Go code in favor of upstream libscrypt-kdfEuAndreh1-7/+44
Adapt build to handle cgo shenanigans.
2024-10-17Makefile: Add suport for functional tests, fuzzing and benchmarksEuAndreh1-37/+51
2024-09-30Add noop mkdeps.sh and empty deps.mk fileEuAndreh1-0/+4
2024-09-28Makefile: "var version" -> "const Version"EuAndreh1-1/+1
2024-09-13Init: copy code from gobangEuAndreh1-0/+152