/win32-api

learning win32 api

Primary LanguageMakefile

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