diff options
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 |