1 개요[ | ]
- bash: make: command not found
Console
Copy
root@localhost:/hello# ls Makefile
Makefile
root@localhost:/hello# make
bash: make: command not found
OS | install commmand |
---|---|
CentOS | yum install make |
Debian/Ubuntu | apt install make |
root@localhost:/hello# ls Makefile
Makefile
root@localhost:/hello# make
bash: make: command not found
OS | install commmand |
---|---|
CentOS | yum install make |
Debian/Ubuntu | apt install make |