From f0eca86c52406f091f8ac5627cfe804c7f22a246 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 5 Mar 2022 11:43:40 +0100 Subject: [PATCH] Update `checkdiff` to check for `gfx/main.cpp` --- contrib/checkdiff.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/checkdiff.bash b/contrib/checkdiff.bash index 18220ee0..fc180044 100755 --- a/contrib/checkdiff.bash +++ b/contrib/checkdiff.bash @@ -77,9 +77,9 @@ dependency src/fix/main.c contrib/zsh_compl/_rgbfix \ "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?"