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 a4796de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))
current_dir := $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))

DFLAGS=

EXECUTABLE=bethela
INSTALLPATH=/usr/local/bin
RBUFFER_FLAG=
Expand Down Expand Up @@ -79,7 +81,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 a4796de

Please sign in to comment.