diff --git a/Makefile b/Makefile index 983cd4e..a1500b6 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ ARCHIVE_DIR = Botti-Kennel PDF_DIR = report %.cpp.o: $(SRC_DIR)/%.cpp - $(CXX) -c -o $@ $< $(CXXFLAGS) $(DEVFLAGS) + $(CXX) -c -o $@ $< $(CXXFLAGS) main: CXXFLAGS += -O3 main: compilation