aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-05Makefile: Fix version linker flagv0.1.26Runxi Yu1-1/+1
2025-04-05Use cmd/forge for the entry pointRunxi Yu1-1/+1
2025-04-05Don't vendor dependencies for nowRunxi Yu1-3/+2
2025-04-05Remove man pagesRunxi Yu1-8/+2
They're better documented on the Web
2025-04-05git2d: Separate the files a bitRunxi Yu1-1/+1
2025-04-05Makefile: Statically build GoRunxi Yu1-1/+1
2025-04-05Makefile: Note on GNUismsRunxi Yu1-0/+6
2025-04-05Makefile: Cleanup and utilize dependencies correctlyRunxi Yu1-10/+8
2025-04-04Makefile: Compile git2d as one compilation unitRunxi Yu1-1/+1
2025-04-03Makefile: Put libraries after the sourceRunxi Yu1-1/+1
2025-04-03Makefile: Add git2d to the daemon's dependenciesRunxi Yu1-1/+1
2025-04-03git2d: Use extern inline for utf8_decodeRunxi Yu1-2/+2
2025-04-03git2d: Import BARE and UTF-8 utilitiesRunxi Yu1-1/+1
2025-04-03git2d: InitializeRunxi Yu1-1/+4
2025-04-01Remove unnecessary clause in the MakefileRunxi Yu1-1/+1
2025-04-01Rename man pages to start with lindenii-forge-Runxi Yu1-1/+1
2025-04-01Add forge-mail(5) and update forge(5) for LMTPRunxi Yu1-1/+1
2025-03-31Add a forge(1) man pageRunxi Yu1-1/+1
2025-03-31Replace FileContributor with FileCopyrightTextRunxi Yu1-1/+1
2025-03-31Serve tarball of source rather than using individual source filesRunxi Yu1-3/+6
2025-03-31Add colb from June McEnroeRunxi Yu1-2/+4
2025-03-31Mandoc moreRunxi Yu1-2/+5
2025-03-30mandoc in Makefile and forge.5Runxi Yu1-2/+8
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