summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-10mkdeps.sh: Update to simplified code with same behaviourEuAndreh1-13/+24
2024-11-10src/glaze.go: Print versions only when startingEuAndreh1-6/+11
2024-11-10src/glaze.go: Separate logging from handlingEuAndreh1-5/+43
2024-11-10src/glaze.go: Return 404 instead of 500 on missing fileEuAndreh1-0/+8
2024-11-10src/glaze.go: Improve spacing of struct bracesEuAndreh1-6/+6
2024-11-09src/glaze.go: Turn UUID into string for logEuAndreh1-1/+1
2024-11-09src/glaze.go: Remove leftover printlnEuAndreh1-1/+0
2024-10-29.gitignore: Include pattern for cgoEuAndreh1-0/+1
2024-10-29.gitignore: Add pattens for next test artifactsEuAndreh1-1/+9
2024-10-29mkdeps.sh: Fix typo on varlist nameEuAndreh2-2/+2
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 skeletonEuAndreh5-36/+112
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-10Build with "go tool" and remove uneeded dependenciesEuAndreh17-235/+648
2024-05-14Initial implementationEuAndreh10-0/+348