fent que funcione en make

This commit is contained in:
2021-09-01 20:14:23 +02:00
parent 0e88abbe8f
commit 9fc9d0388c
18 changed files with 288 additions and 669 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"makefile.extensionOutputFolder": "./.vscode",
"makefile.launchConfigurations": [
{
"cwd": "/Users/raimonzamora/dev/proj/aee",
"binaryPath": "/Users/raimonzamora/dev/proj/aee/aee",
"binaryArgs": []
}
]
}