Skip to content

Commit b944ef6

Browse files
committed
Fixing a typo in Makefile.manual
1 parent 9114953 commit b944ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.manual

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ BASE_SRCS = \
180180
$(BASE_DIR)/Objective.cpp \
181181
$(BASE_DIR)/Operations.cpp \
182182
$(BASE_DIR)/Option.cpp \
183-
$(BASE_DIR)/PCBrocessor.cpp \
183+
$(BASE_DIR)/PCBProcessor.cpp \
184184
$(BASE_DIR)/PolynomialFunction.cpp \
185185
$(BASE_DIR)/PreAuxVars.cpp \
186186
$(BASE_DIR)/PreDelVars.cpp \

0 commit comments

Comments
 (0)