Remove verbose output flag from makefile

This commit is contained in:
Sylae Corell
2014-06-17 15:24:18 -06:00
parent a8872eb199
commit 08928af0ac

View File

@@ -10,7 +10,7 @@ LIBS = -mwindows -lwinmm -static-libgcc -static-libstdc++
INCS = -I"include"
CXXINCS =
BIN = "Blades of Exile.exe"
CXXFLAGS = $(CXXINCS) -Wall -O2 -v
CXXFLAGS = $(CXXINCS) -Wall -O2
CFLAGS = $(INCS) -O2
RM = rm -f