No description
- Makefile 92.4%
- C++ 7.6%
| src | ||
| .clang-format | ||
| .gitignore | ||
| config.mk | ||
| makefile | ||
| readme.md | ||
C/C++ project template
My barebones project structure for c and c++ with flat project structure.
How it works
To build use this command:
make
# or
make all
To run executable use this command
make run
To initialize LSP for vim, emacs , or vscode
make lsp