From e10fac33ec5071ac8a856eda27e83d927b354706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Sun, 7 Aug 2022 16:05:07 +0200 Subject: [PATCH] Actualizado el Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 309bc8a..3e1848e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ macos: mkdir -p bin - g++ source/*.cpp -std=c++11 -Wall -O2 -lSDL2 -lSDL2_image -lSDL2_mixer -o bin/volcano_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 -lSDL2_image -lSDL2_mixer -o bin/volcano_macos \ No newline at end of file + g++ source/*.cpp -std=c++11 -Wall -O2 -lSDL2 -o bin/volcano_macos \ No newline at end of file