From a64983509453eac97f3721e077401f70f9c64ecd Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 12 Nov 2023 16:21:31 +0100 Subject: [PATCH] useless variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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