From bb08d999ce435c5321ba07a2d341e38d1d95dd15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Mon, 8 Aug 2022 13:30:10 +0200 Subject: [PATCH] corregido el makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e1848e..3ba3397 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ macos: g++ source/*.cpp -std=c++11 -Wall -O2 -lSDL2 -o bin/volcano_macos linux: mkdir -p bin - g++ source/*.cpp -std=c++11 -Wall -O2 -lSDL2 -o bin/volcano_macos \ No newline at end of file + g++ source/*.cpp -std=c++11 -Wall -O2 -lSDL2 -o bin/volcano_linux \ No newline at end of file