Skip to content

Commit

Permalink
clang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Jan 15, 2023
1 parent 5960e24 commit 39095f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.clang
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CXX = clang++
CXXFLAGS = -Wall -g -O3 -std=c++17

all: main.cpp
$(CXX) $(CXXFLAGS) -std=c++11 -o logfilegen utl.cpp tpl.cpp pairfile.cpp logrot.cpp cycle.cpp main.cpp
$(CXX) $(CXXFLAGS) -o logfilegen utl.cpp tpl.cpp pairfile.cpp logrot.cpp cycle.cpp main.cpp

clean:
$(RM) logfilegen
Expand Down

0 comments on commit 39095f3

Please sign in to comment.