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

5
.vscode/dryrun.log vendored Normal file
View File

@@ -0,0 +1,5 @@
make debug --dry-run --keep-going --print-directory
make: Entering directory `/Users/raimonzamora/dev/proj/aee'
g++ *.cpp -g -std=c++11 -lSDL2 -lSDL2_mixer -o aee
make: Leaving directory `/Users/raimonzamora/dev/proj/aee'