diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-01 16:50:09 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-01 16:50:09 +0100 |
commit | 74dba84f9197a3b65b194d8a3dc53bf086d9f072 (patch) | |
tree | b0956f6e166b6cef9c717403a7564418c32afe19 /Makefile | |
parent | d6cef8b0585dcadd7a4c6c5811e127fce8436ec3 (diff) | |
download | Robotique-Projet-74dba84f9197a3b65b194d8a3dc53bf086d9f072.tar.gz Robotique-Projet-74dba84f9197a3b65b194d8a3dc53bf086d9f072.zip |
Basic interface : can add obstacles ; set begin/end position, ...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ $(BIN): *.hpp $(OBJ) g++ -o $@ $(OBJ) -lm -lsfml-system -lsfml-window -lsfml-graphics -O2 -std=c++11 %.o: %.cpp *.hpp - g++ -c -o $@ $< -std=c++11 -O2 + g++ -c -o $@ $< -std=c++11 -O2 -Wall -Wextra |