aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-02-01 22:11:23 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-02-01 22:11:23 +0100
commit499d8b00d8017a32ae31deafc88416c452b48c8c (patch)
tree236751c2324332d5695549efa36806ae8a2f1d23 /Makefile
parentd708798dbcccd0a7ffe5e9b4255bb458874077c4 (diff)
downloadRobotique-Projet-499d8b00d8017a32ae31deafc88416c452b48c8c.tar.gz
Robotique-Projet-499d8b00d8017a32ae31deafc88416c452b48c8c.zip
Add direct sol ; does not work.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b0c9fe9..d37b2bc 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ BIN=pathfind
OBJ=problem.o ui.o main.o
$(BIN): *.hpp $(OBJ)
- g++ -o $@ $(OBJ) -lm -lsfml-system -lsfml-window -lsfml-graphics -O2 -std=c++11
+ g++ -o $@ $(OBJ) -lm -lsfml-system -lsfml-window -lsfml-graphics -O2 -std=c++11 -g
%.o: %.cpp *.hpp
- g++ -c -o $@ $< -std=c++11 -O2 -Wall -Wextra
+ g++ -c -o $@ $< -std=c++11 -O2 -Wall -Wextra -g