Skip to content

Commit

Permalink
Adapt scripts to run code
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Pereira committed Dec 18, 2018
1 parent 84ee9fd commit a0be08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_and_run_minion_crusher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a0be08e

Please sign in to comment.