From 0ef4d3e6afc181cb7cbc510c5c95e8ba1ee42006 Mon Sep 17 00:00:00 2001 From: Bishoy Hanna Date: Sun, 10 Nov 2024 20:52:25 -0800 Subject: [PATCH] fixed makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83ddf70..9663d62 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CXX = g++ CXXFLAGS = -O3 -std=c++20 -pthread -TARGET = mbox2eml +TARGET = ./build/mbox2eml SRC = mbox2eml.cc all: $(TARGET)