summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Add switch for picking number of parallel fuzz workersHEADmainEuAndreh2025-05-271-1/+2
|
* Setup i18n with gotext(0)EuAndreh2025-05-151-23/+56
|
* Make: Use $< over $?EuAndreh2025-05-041-1/+1
|
* Makefile: keep symlinks in "install" targetEuAndreh2025-01-161-1/+1
|
* Revert "Makefile: Use lddeps(1) for library dependencies"EuAndreh2024-11-081-6/+2
| | | | This reverts commit 02862d9d64e830e4a3a7e5826fc10cc63c90cd89.
* Makefile: Use lddeps(1) for library dependenciesEuAndreh2024-11-031-2/+6
|
* Makefile: Simplify time file generation on bench taget dependenciesEuAndreh2024-10-291-2/+1
|
* Makefile: Prioritize local version when building and linkingEuAndreh2024-10-291-2/+2
|
* Makefile: Normalize .go.a: .SUFFIXES ruleEuAndreh2024-10-191-1/+3
|
* Remove Go code in favor of upstream libscrypt-kdfEuAndreh2024-10-181-7/+44
| | | | Adapt build to handle cgo shenanigans.
* Makefile: Add suport for functional tests, fuzzing and benchmarksEuAndreh2024-10-171-37/+51
|
* Add noop mkdeps.sh and empty deps.mk fileEuAndreh2024-09-301-0/+4
|
* Makefile: "var version" -> "const Version"EuAndreh2024-09-281-1/+1
|
* Init: copy code from gobangEuAndreh2024-09-131-0/+152