diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-09-24 17:08:11 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-09-24 17:08:11 +0300 |
commit | 37ff1398b78e5685080e94d532de84691a3ecddc (patch) | |
tree | 575ea42940bb94586fb0a5198a2f855266c850ff /Makefile | |
parent | Manually remove KDE accelerators (diff) | |
download | nheko-37ff1398b78e5685080e94d532de84691a3ecddc.tar.xz |
Add clang-format to ci
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile index 54ef1e16..ba116307 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,6 @@ APP_NAME = nheko MAC_DIST_DIR = dist/MacOS APP_TEMPLATE = $(MAC_DIST_DIR)/Nheko.app -SRC := $(shell find include src -type f -type f \( -iname "*.cc" -o -iname "*.h" \)) - - # Linux specific helpers debug: @cmake -DBUILD_TESTS=OFF -H. -GNinja -Bbuild -DCMAKE_BUILD_TYPE=Debug @@ -38,8 +35,7 @@ run: @./build/nheko lint: - @clang-format -i $(SRC) - + @./.ci/format.sh clean: rm -rf build |