[root@Lrw888 local]# tree -L 2 minitest/ minitest/ ├── build.sh ├── include │ ├── hwclientcomm.h │ ├── hwclientplat.h │ └── pbasetype.h ├── lib │ ├── libclientcomm.a │ └── libframe.a ├── release │ └── helloword └── src ├── main.c └── Makefile