aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-29Makefile: No $(shell)Runxi Yu1-1/+1
2025-03-27One more blank line for version.goRunxi Yu1-1/+1
2025-03-27Attempt to fix that lint issueRunxi Yu1-1/+1
2025-03-19Revert "Add gohtmplgen to the build process"Runxi Yu1-2/+0
This reverts commit c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.
2025-03-19Add gohtmplgen to the build processRunxi Yu1-0/+2
2025-03-18git_hooks_client -> hookcRunxi Yu1-2/+2
2025-03-07Makefile: Don't need to statically link Go filesRunxi Yu1-1/+1
2025-03-03Add SPDX license headers to Makefile, SQL, and CSSRunxi Yu1-0/+3
2025-02-17Makefile: Compile static Go binaryRunxi Yu1-1/+1
2025-02-17Makefile: Don't use --long in git-describeRunxi Yu1-1/+1
We don't need the commit ID if it is known to match a tag.
2025-02-17*: Restructure build systemRunxi Yu1-1/+5
2025-02-16Makefile: Don't remove vendor when buildingRunxi Yu1-2/+1
2025-02-15Makefile, resources.go: Add vendor directory to serve library sourceRunxi Yu1-0/+2
2025-02-14Makefile: Make version.go a .PHONYRunxi Yu1-1/+1
2025-02-14*: Use Makefile, and generate a versionRunxi Yu1-0/+11