aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a1dfb4..b0c9fe9 100644
--- a/Makefile
+++ b/Makefile
@@ -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