summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adapt to latest golang Makefile skeletonEuAndreh2024-10-201-30/+48
* Makefile: "var version" -> "const Version"EuAndreh2024-09-271-1/+1
* Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh2024-08-151-0/+2
* Add src/version.goEuAndreh2024-08-151-5/+12
* Makefile: Simplify a bit compile ruleEuAndreh2024-08-111-6/+4
* Makefile: Add "bench" targetEuAndreh2024-08-101-0/+5
* Remove unnecessary SOCKS5 supportEuAndreh2024-08-101-11/+5
* Build with "go tool" AND import code from depsEuAndreh2024-08-101-18/+54
* Makefile: Use $(NAME)EuAndreh2024-07-261-2/+2
* Initial implementationEuAndreh2024-07-251-0/+117