Skip to content

Commit

Permalink
fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoyh committed Nov 11, 2024
1 parent 825c6dd commit 0ef4d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CXX = g++
CXXFLAGS = -O3 -std=c++20 -pthread

TARGET = mbox2eml
TARGET = ./build/mbox2eml
SRC = mbox2eml.cc

all: $(TARGET)
Expand Down

0 comments on commit 0ef4d3e

Please sign in to comment.