1
0

Copiado el tutorial 5 de Jailgames Vintage en YouTube, pero algo sigue fallando

This commit is contained in:
2024-02-05 19:18:47 +01:00
parent b6636bdfab
commit 0249603e22
6 changed files with 215 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
name = paleta
executable = $(name).o
source = $(name).cpp
source = *.cpp
linux:
g++ $(source) -std=c++11 -Wall -Os -lSDL2 -o "$(executable)"