This is the directory structure used for simple C projects, with a simple (minimal) Makefile.
./
+-- (/bin)
+-- (/build)
+-- /doc
| +-- doc (example)
+-- /src
| +-- helloworld.c
+-- Makefile
bin
and build
directories are created during make process.