Skip to content

Commit 0efa125

Browse files
committed
Update config.mk
1 parent e9492b7 commit 0efa125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $(BLD_DIR)/test_%: src/test_%.c libxyz
138138

139139
$(BLD_DIR)/%.o: src/%.c src/%.h Makefile
140140
@echo "CC [$(notdir $<)]"
141-
$(CC) $(CFLAGS) -c $< -o $@
141+
@$(CC) $(CFLAGS) -c $< -o $@
142142

143143
$(BLD_DIR)/xyz_ceres.o: src/xyz_ceres.cpp Makefile
144144
@echo "CXX [$(notdir $<)]"

0 commit comments

Comments
 (0)