ref: f0eca86c52406f091f8ac5627cfe804c7f22a246
parent: e8d8ae4c787977635a37991c2e4168001470b3ed
author: ISSOtm <eldredhabert0@gmail.com>
date: Sat Mar 5 06:43:40 EST 2022
Update `checkdiff` to check for `gfx/main.cpp`
--- a/contrib/checkdiff.bash
+++ b/contrib/checkdiff.bash
@@ -77,9 +77,9 @@
"Did the rgbfix CLI change?"
dependency src/fix/main.c contrib/bash_compl/_rgbfix.bash \
"Did the rgbfix CLI change?"
-dependency src/gfx/main.c man/rgbgfx.1 \
+dependency src/gfx/main.cpp man/rgbgfx.1 \
"Did the rgbgfx CLI change?"
-dependency src/gfx/main.c contrib/zsh_compl/_rgbgfx \
+dependency src/gfx/main.cpp contrib/zsh_compl/_rgbgfx \
"Did the rgbgfx CLI change?"
-dependency src/gfx/main.c contrib/bash_compl/_rgbgfx.bash \
+dependency src/gfx/main.cpp contrib/bash_compl/_rgbgfx.bash \
"Did the rgbgfx CLI change?"