summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
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-20Adapt to latest golang Makefile skeletonEuAndreh6-38/+110
2024-09-27Makefile: "var version" -> "const Version"EuAndreh1-1/+1
2024-08-15Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh1-0/+2
2024-08-15Add src/version.goEuAndreh3-6/+15
2024-08-11Makefile: Simplify a bit compile ruleEuAndreh1-6/+4
2024-08-11Initial implementation: copy structure from "binder" projectEuAndreh12-0/+549