aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-02-19build: allow minimal installation with MakefileAyush Agarwal
the `minimal` target allows a minimal installation without the man pages or the shell completion files
2021-11-14fix: use tabs instead of spaces in Makefilev1.2.1Ayush Agarwal
2021-11-14refactor!: build man page, improve MakefileAyush Agarwal
BREAKING CHANGE: The location of the bash completion script has been changed from the legacy folder '/etc/bash_completion.d/' to '/usr/share/bash-completion/completions/'. Exisiting users will need to delete the bash completion script for tessen from the legacy folder.
2021-09-21added a makefileAyush Agarwal