[root@centos Makefile]# pwd
/root/Makefile
[root@centos Makefile]# ls
include Makefile
[root@centos Makefile]# ls include/
Makefile
[root@centos Makefile]# cat include/Makefile
all:
@echo "Hi, I am hear"
[root@centos Makefile]# make -C include
make: Entering directory `/root/Makefile/include'
Hi, I am hear
make: Leaving directory `/root/Makefile/include'
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |