aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-02-17Add a dist ruleTristan Riehs
Also add an explicit version.
2026-02-08Integrate new build-time variablesTristan Riehs
2026-02-08Add install ruleTristan Riehs
2026-02-08Add some build-time variablesTristan Riehs
2026-02-08Chane default ftag root and move ftag executableTristan Riehs
Put ftag executable at the root for convenience. Make sure the default ftag root contains only ftag-related stuff and is not just called "ftag" to avoid collision with the executable name.
2026-02-08Reformat makefileTristan Riehs
2025-12-28Re-organize makefilesTristan Riehs
2025-11-11Make progress on the "file add" commandTristan Riehs
2025-11-11Change the database nameTristan Riehs
Also properly define it at compile-time. Later, it will likely be moved to "$HOME/.cache/ftag/ftag.sqlite3".
2025-11-11Add build systemTristan Riehs