summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Add switch for picking number of parallel fuzz workersHEADmainEuAndreh2025-05-271-1/+2
* Support i18n via gotext(0)EuAndreh2025-05-151-9/+42
* Makefile: Simplify variable namesEuAndreh2025-01-151-11/+11
* 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
* Adjust to conventional Makefile skeletonEuAndreh2024-10-201-31/+50
* Add noop mkdeps.sh and empty deps.mkEuAndreh2024-09-301-0/+4
* Makefile: make "vesion" public and a `const`EuAndreh2024-09-271-1/+1
* Use Hash() from scrypt packageEuAndreh2024-09-131-16/+5
* Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh2024-08-151-0/+2
* Add src/version.goEuAndreh2024-08-151-5/+12
* Add tests/libbuild.goEuAndreh2024-08-141-3/+17
* Makefile: Normalize Go rules and simplify compile rulesEuAndreh2024-08-111-9/+13
* mv tests/gobang_main.go tests/main.goEuAndreh2024-08-081-9/+9
* Makefile: Reorder deps rulesEuAndreh2024-08-081-3/+2
* Run in parallel slow testsEuAndreh2024-08-061-2/+5
* Makefile: Separate dependencies and definition of $(tests.bin-check)EuAndreh2024-08-061-0/+1
* Start using TestStart() and Testing()EuAndreh2024-08-051-10/+15
* Makefile: Build with "go tool compile" and "go tool link"EuAndreh2024-08-051-27/+35
* Makefile: Include go.mod file in $(sources)EuAndreh2024-08-031-0/+1
* Initial implementation: include code from papodEuAndreh2024-05-161-0/+104