Skip to content

Commit

Permalink
fixed tests cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdcvlsc committed Jul 17, 2023
1 parent 359cb0e commit 361c52a
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
Expand Up @@ -79,7 +79,7 @@ environment:

compile:
@echo $(COMPILATION_MSG)
$(CXX) $(LINKER) $(CXX_STANDARD) main.cpp -o $(EXECUTABLE) $(RBUFFER_FLAG) $(VERSION_FLAGS) $(THREADING) $(CXX_FLAGS)
$(CXX) $(LINKER) $(CXX_STANDARD) main.cpp -o $(EXECUTABLE) $(DFLAGS) $(RBUFFER_FLAG) $(VERSION_FLAGS) $(THREADING) $(CXX_FLAGS)

install:
ifeq ($(OS), Linux)
Expand Down

0 comments on commit 361c52a

Please sign in to comment.