From a0be08eec53d88e7d089f23b6bdf1b1907ff1c24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gon=C3=A7alo=20Camelo=20Neves=20Pereira?=
 <goncalo_pereira@outlook.pt>
Date: Tue, 18 Dec 2018 03:35:07 +0100
Subject: [PATCH] Adapt scripts to run code

---
 compile_and_run_minion_crusher.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile_and_run_minion_crusher.sh b/compile_and_run_minion_crusher.sh
index 91ca0ae..e0cc059 100755
--- a/compile_and_run_minion_crusher.sh
+++ b/compile_and_run_minion_crusher.sh
@@ -7,6 +7,6 @@
 # Stop upon error
 set -e
 
-g++ src/*.cpp -Wall -Wextra -std=c++14 -I include -o MinionCrusher -lSDL2 -I /opt/local/include -L /opt/local/lib
+g++ src/*.cpp -Wall -Wextra -std=c++14 -I include -o MinionCrusher -lSDL2 -lSDL2_image -lSDL2_ttf -I /opt/local/include -L /opt/local/lib
 
 ./MinionCrusher