Skip to content

Commit e37e68d

Browse files
committed
Update comment
1 parent 5ecfa11 commit e37e68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ TMP_DIR ?= $(ROOT_DIR)/tmp
5757
# Define the root configuration directory:
5858
CONFIG_DIR ?= $(ROOT_DIR)/etc
5959

60-
# Define the directory for writing reports, including code coverage:
60+
# Define the directories for writing reports, including code coverage:
6161
REPORTS_DIR ?= $(ROOT_DIR)/reports
6262
COVERAGE_DIR ?= $(REPORTS_DIR)/coverage
6363
COMPLEXITY_DIR ?= $(REPORTS_DIR)/complexity

0 commit comments

Comments
 (0)