Template for C/C++ projects following my own philosophies
Find a file Use this template
2026-02-17 12:47:54 +01:00
src Initial Commit 2026-02-17 12:47:54 +01:00
.gitignore Initial Commit 2026-02-17 12:47:54 +01:00
Makefile Initial Commit 2026-02-17 12:47:54 +01:00
README.md Initial Commit 2026-02-17 12:47:54 +01:00

C program template

Building:

make build

Running:

make run

Debug:

make debug

Cleaning:

make clean