Skip to content

0xam9u/c-project-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-project-structure

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.

About

C project directory structure and Makefile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published