aboutsummaryrefslogtreecommitdiff
path: root/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* removed old build script, added proper Makefile, updated REDAMEczjstmax10 days1-23/+0
| | | | Signed-off-by: czjstmax <jstmaxlol@disroot.org>
* cumulative implementation updateczjstmax2025-11-201-1/+1
|
* updated build script to remove local binary from repo, added [MIT] licenseczjstmax2025-11-191-2/+21
|
* cumulative commit - working on implementationczjstmax2025-11-191-0/+4
changelogs: - updated build.sh build script - instead of the manually matched 'regex'-like BS, made an helper function matches() - maybe this made the code a bit more clunked because you have to manually create an array of strings with each and every possibility manually typed in but it is still hundreds of times better than what i was doing beforehand. also i forgot the binary inside of the commit but i'll make the build script handle that by deleting it after moving to PATH, probably a good idea.