I have the following file structure:
. ├── include │ ├── bind.h │ └── util.h ├── Makefile └── src ├── bind.c (c file for bind.h) ├── module.c (con