summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-24 17:08:11 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-24 17:08:11 +0300
commit37ff1398b78e5685080e94d532de84691a3ecddc (patch)
tree575ea42940bb94586fb0a5198a2f855266c850ff /Makefile
parentManually remove KDE accelerators (diff)
downloadnheko-37ff1398b78e5685080e94d532de84691a3ecddc.tar.xz
Add clang-format to ci
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
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