summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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