Skip to content

Commit

Permalink
rename to yacht train code
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudhera committed Nov 7, 2024
1 parent de66de7 commit ccba5fe
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -7,7 +7,7 @@ SRC_DIR = src/cpp
BIN_DIR = src/yacht

# Source files
SRC_FILES = $(SRC_DIR)/main.cpp $(SRC_DIR)/utils.cpp
SRC_FILES = $(SRC_DIR)/yacht_train_core.cpp $(SRC_DIR)/utils.cpp

# Object files
OBJ_FILES = $(SRC_FILES:.cpp=.o)
Expand Down
File renamed without changes.

0 comments on commit ccba5fe

Please sign in to comment.