From 77980a4d708060798da98ba6be3ccfab8005a1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Sat, 13 Aug 2022 13:36:00 +0200 Subject: [PATCH] Actualizado 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