aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update Makefile tarball recipiev0.1.0Hee-Suk Kim10 days1-1/+1
| | | | | | This follows commit 28d85baae53 ("Update license"). Signed-off-by: Hee-Suk Kim <[email protected]>
* Add notice and license on tarballHee-Suk Kim2026-08-051-1/+1
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Add tarball macro on MakefileHee-Suk Kim2026-08-051-3/+11
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Makefile: hardcode SUFFIXHee-Suk Kim2026-07-181-6/+4
| | | | | | sudo make PREFIX= SUFFIX= uninstall was pure nightmare... Signed-off-by: Hee-Suk Kim <[email protected]>
* Prepare for release: add Makefile and dispatchHee-Suk Kim2026-07-171-0/+18
Similar to Git, scripts including the dispatcher sib are grouped into libexec/sib-core, and symlinks are created in bin/sib. Additionally, libexec/sib-core is added to the PATH when executing any script inside sib. I don't really see any downside to adding to the PATH and loading the script. It's clear. Signed-off-by: Hee-Suk Kim <[email protected]>