No description
  • Makefile 92.4%
  • C++ 7.6%
Find a file
2023-04-27 19:41:19 +02:00
src feat: dialog box hello world 2023-04-27 19:41:19 +02:00
.clang-format Initial commit 2023-04-27 18:53:54 +02:00
.gitignore Initial commit 2023-04-27 18:53:54 +02:00
config.mk feat: dialog box hello world 2023-04-27 19:41:19 +02:00
makefile feat: dialog box hello world 2023-04-27 19:41:19 +02:00
readme.md Initial commit 2023-04-27 18:53:54 +02:00

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