From 96fe2f43850c7647266eb59cd281f964715a948d Mon Sep 17 00:00:00 2001 From: pavlik_dev <121434853+pavliktt@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:16:06 +0300 Subject: [PATCH] Update Makefile (T-T) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52c08bc..946d079 100755 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ $(OUTPUT): $(SRC) $(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT) nomime: $(SRC) - $(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT) -D NO_MIME + $(CXX) $(SRC) -o $(OUTPUT) -D NO_MIME check: $(OUTPUT) $(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT)