Switch project to GNU Make + VS Code

This commit is contained in:
Reinout Meliesie 2025-08-25 20:12:34 +02:00
commit fd74076bb8
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
5 changed files with 242 additions and 95 deletions

View file

@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"makefile.configureOnOpen": true
}
}