summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-05-10feature: add URL structure and refactor main logic to pkgman.c0x221E
Added url structures, cookbook, archive management to automate the installation process of packages. Refactored main logic from main.c to pkgman.c for cleaner seperation of concerns and future library integration of pkgman to other projects.
2026-05-09build: add -Wall -Werror -Wpedantic CFLAGS to Makefile0x221E
Enables all warnings, treats warnings as errors and stylistic improvements are treated as warnings. This is enabled to increase code quality.
2026-04-23build: add install command to Makefile0x221E
To create a system-wide utility after latest changes, Makefile now has the utility to install the binary to the system.
2026-04-22build: Add makefile and remove build.sh0x221E
Makefile is added for convenience, and debug and prod builds now exist.