diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 19:05:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-29 20:15:41 +0900 |
| commit | e26dfc7231f9853935c9d392041a9bdc578f8013 (patch) | |
| tree | 82429334cf31b0cf1bf121222d8349447f901446 /Makefile.cmake | |
| parent | 6dcc291edfdc3832f6e1eb8bcdce8fff79b0a449 (diff) | |
| download | kpilot-e26dfc72.tar.gz kpilot-e26dfc72.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 66abbed5e08370412b81be1628590898ceeeb604)
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) |
