Go to file
Stephen Toth d0a049d994 fixed up toolchain and build options 2023-09-23 10:57:51 -04:00
.vscode fixed up toolchain and build options 2023-09-23 10:57:51 -04:00
src fixed up toolchain and build options 2023-09-23 10:57:51 -04:00
testing start tracking via git 2023-09-23 00:06:10 -04:00
.gitignore start tracking via git 2023-09-23 00:06:10 -04:00
Makefile fixed up toolchain and build options 2023-09-23 10:57:51 -04:00
README.md start tracking via git 2023-09-23 00:06:10 -04:00

README.md

c-project-structure

Project description

Project image/gif

Requirements

Requirements

Installation

make

Usage

bin/run

Example

bin/run

Documentation

Location of Documentation

Directory structure

|-- Makefile           <- Project makefile
|-- README             <- Project README
|-- bin                <- Compiled binaries
|   `-- run            <- Project main executable
|-- build              <- Static objects and intermediate files
|-- data               <- Project data
|   |-- raw            <- Raw data
|   |-- interim        <- Interm data
|   |-- input          <- Input data
|   |-- output         <- Output data
|-- docs               <- Documentation
|-- include            <- Header files
|-- lib                <- Dynamic objects
|-- src                <- Source files
`-- tests              <- Unit tests