8000 [CONFIG] Makefile: code styling extented to .c files · sir-gon/algorithm-exercises-cpp@8ac95c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ac95c4

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Makefile: code styling extented to .c files
1 parent 3f32638 commit 8ac95c4

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
@@ -28,7 +28,7 @@ COVERAGE_TOOL_OPTS=--config-file .lcovrc --ignore-errors empty --ignore-errors i
2828

2929
# C++ specific
3030
SRC_DIR = src
31-
FILES := $(shell find $(SRC_DIR) -name '*.cpp' -o -name '*.h' -o -name '*.hpp' -o -name '*.inl')
31+
FILES := $(shell find $(SRC_DIR) -name '*.cpp' -o -name '*.c' -o -name '*.h' -o -name '*.hpp' -o -name '*.inl')
3232

3333
.MAIN: test
3434
.PHONY: all clean dependencies help list test outdated

0 commit comments

Comments
 (0)
0