aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-10-29build: Move Makefile to src/ and putting object files in src/ toomithe241-28/+0
Changed output directory for objects files and put Makefile in src/. This is because that is how it's expected in desc.pdf
2025-10-29build(Deploy): Added `deploy` target for archiving program in a `.tar.gz`mithe241-1/+4
`make deploy` compresses and adds executable to a `.tar.gz` archive. It also adds `README.md` to `usr/bin/sorter/doc/'
2025-10-29chore(Makrfile): Generalized maekfilemithe241-23/+19
2025-10-29refactor(Makefile): Attempt at making MakefileAndreas Kapp Lindquist1-0/+29