Skip to content

Commit b67b301

Browse files
committed
refactor: 🚚 rename file extension to .cpp
For improved Intellisense support. Looking at Makefile, it already treated as C++ code anyway.
1 parent 7e01f81 commit b67b301

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SYS_SCRIPTS_DIR := /etc/mpv/scripts
2525
clean \
2626
compile_commands
2727

28-
SRC_FILE := kde-night-color.c
28+
SRC_FILE := kde-night-color.cpp
2929
TARGET_SO := kde-night-color-playback.so
3030

3131
all: $(TARGET_SO)
File renamed without changes.

0 commit comments

Comments
 (0)