diff options
author | Michele Calgaro <[email protected]> | 2021-05-29 19:05:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-05-29 19:31:17 +0900 |
commit | 66abbed5e08370412b81be1628590898ceeeb604 (patch) | |
tree | b31703c326b690ad90f926f97ce0e92e70bf7cdd /Makefile.cmake | |
parent | 51b78ed87ec5219dc0413aa86132f16cb0a8cab1 (diff) | |
download | kpilot-66abbed5e08370412b81be1628590898ceeeb604.tar.gz kpilot-66abbed5e08370412b81be1628590898ceeeb604.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'Makefile.cmake')
-rw-r--r-- | Makefile.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.cmake b/Makefile.cmake index 55dba5a..c0265a7 100644 --- a/Makefile.cmake +++ b/Makefile.cmake @@ -47,9 +47,9 @@ build-check: test -f "$(BUILD_DIR)/Makefile" || (cd "$(BUILD_DIR)" && $(CMAKE) .. ) messages: - extractrc `find . -name *.rc` > rc.cc - extractrc `find . -name *.ui` >> rc.cc - xgettext -o kpilot.po --keyword=i18n rc.cc `find . -name *.h` `find . -name *.cc` + extractrc `find . -name *.rc` > rc.cpp + extractrc `find . -name *.ui` >> rc.cpp + xgettext -o kpilot.po --keyword=i18n rc.cpp `find . -name *.h` `find . -name *.cpp` clean: @rm -rf $(BUILD_DIR) |