HolyBlackCat / quasi-msys2

Cross-compile C/C++ from Linux to Windows using MSYS2 packages
zlib License
94 stars 4 forks source link

make as the package manager app name is weird/confusing, how about pkman, #2

Closed qingfengxia closed 1 year ago

HolyBlackCat commented 1 year ago

make is not something I wrote or named. It's a build system, which I'm abusing as a scripting language. The code of the package manager in the file named Makefile, which make automatically finds in the current directory and interprets.

Also, env/shell.sh makes pacmake an alias for the package manager, accessible from any directory (which I think is a sufficiently punny name).