作者:
gecer (gecer)
2017-10-21 21:30:40[email protected]:~/devel/hello# make install
make[1]: Entering directory '/home/linux/devel/hello'
/bin/mkdir -p '/usr/local/bin'
/usr/bin/install -c hello '/usr/local/bin'
make[1]: Nothing to be done for 'install-data-am'.
make[1]: Leaving directory '/home/linux/devel/hello'
[email protected]:~/devel/hello# man hello
小弟新手 請問這一段make[1] 第三行 -p 及第四行 -c的意思