aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-10-29feat(man page): Added man page for programmithe241-1/+1
2025-10-29build(fix): Removed old variable, fixed wrong commandmithe241-3/+1
2025-10-29build(version numbering): Added support for automatic version numberingmithe241-1/+2
Added support for automatic version numbering using git version tags
2025-10-29build: Move Makefile to src/ and putting object files in src/ toomithe241-0/+27
Changed output directory for objects files and put Makefile in src/. This is because that is how it's expected in desc.pdf