aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Fix version specv0.1.37Runxi Yu2025-04-061-1/+1
|
* Makefile: Don't overwrite forged/internal/embed/.gitignoreRunxi Yu2025-04-061-0/+3
|
* Restructure static/templates into forgedRunxi Yu2025-04-061-1/+1
|
* Move the Go stuff to ./forged/v0.1.32Runxi Yu2025-04-061-4/+3
|
* Makefile: Silence that bunch of mkdir and cpRunxi Yu2025-04-061-2/+2
|
* Add BDS, GPL, and MIT licensesRunxi Yu2025-04-061-1/+1
|
* Move stuff into internal/unsortedv0.1.28Runxi Yu2025-04-061-2/+8
|
* Makefile: Fix version linker flagv0.1.26Runxi Yu2025-04-051-1/+1
|
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-1/+1
|
* Don't vendor dependencies for nowRunxi Yu2025-04-051-3/+2
|
* Remove man pagesRunxi Yu2025-04-051-8/+2
| | | | They're better documented on the Web
* git2d: Separate the files a bitRunxi Yu2025-04-051-1/+1
|
* Makefile: Statically build GoRunxi Yu2025-04-051-1/+1
|
* Makefile: Note on GNUismsRunxi Yu2025-04-051-0/+6
|
* Makefile: Cleanup and utilize dependencies correctlyRunxi Yu2025-04-051-10/+8
|
* Makefile: Compile git2d as one compilation unitRunxi Yu2025-04-041-1/+1
|
* Makefile: Put libraries after the sourceRunxi Yu2025-04-031-1/+1
|
* Makefile: Add git2d to the daemon's dependenciesRunxi Yu2025-04-031-1/+1
|
* git2d: Use extern inline for utf8_decodeRunxi Yu2025-04-031-2/+2
|
* git2d: Import BARE and UTF-8 utilitiesRunxi Yu2025-04-031-1/+1
|
* git2d: InitializeRunxi Yu2025-04-031-1/+4
|
* Remove unnecessary clause in the MakefileRunxi Yu2025-04-011-1/+1
|
* Rename man pages to start with lindenii-forge-Runxi Yu2025-04-011-1/+1
|
* Add forge-mail(5) and update forge(5) for LMTPRunxi Yu2025-04-011-1/+1
|
* Add a forge(1) man pageRunxi Yu2025-03-311-1/+1
|
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
|
* Serve tarball of source rather than using individual source filesRunxi Yu2025-03-311-3/+6
|
* Add colb from June McEnroeRunxi Yu2025-03-311-2/+4
|
* Mandoc moreRunxi Yu2025-03-311-2/+5
|
* mandoc in Makefile and forge.5Runxi Yu2025-03-301-2/+8
|
* Makefile: No $(shell)Runxi Yu2025-03-291-1/+1
|
* One more blank line for version.goRunxi Yu2025-03-271-1/+1
|
* Attempt to fix that lint issueRunxi Yu2025-03-271-1/+1
|
* Revert "Add gohtmplgen to the build process"Runxi Yu2025-03-191-2/+0
| | | | This reverts commit c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.
* Add gohtmplgen to the build processRunxi Yu2025-03-191-0/+2
|
* git_hooks_client -> hookcRunxi Yu2025-03-181-2/+2
|
* Makefile: Don't need to statically link Go filesRunxi Yu2025-03-071-1/+1
|
* Add SPDX license headers to Makefile, SQL, and CSSRunxi Yu2025-03-031-0/+3
|
* Makefile: Compile static Go binaryRunxi Yu2025-02-171-1/+1
|
* Makefile: Don't use --long in git-describeRunxi Yu2025-02-171-1/+1
| | | | We don't need the commit ID if it is known to match a tag.
* *: Restructure build systemRunxi Yu2025-02-171-1/+5
|
* Makefile: Don't remove vendor when buildingRunxi Yu2025-02-161-2/+1
|
* Makefile, resources.go: Add vendor directory to serve library sourceRunxi Yu2025-02-151-0/+2
|
* Makefile: Make version.go a .PHONYRunxi Yu2025-02-141-1/+1
|
* *: Use Makefile, and generate a versionRunxi Yu2025-02-141-0/+11