aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-07-25 17:03:32 +0530
committerAkshay Nair <phenax5@gmail.com>2025-07-25 17:03:32 +0530
commit51be15cd7c9f39276f27d416356744041e62c22c (patch)
tree0ba09371265f4b3d9923b60308d9aecce8c37e20 /Makefile
parent7e3b6182c4581fcb39ab1d0ef2eb07fe9fa1d8b6 (diff)
downloadnull-browser-51be15cd7c9f39276f27d416356744041e62c22c.tar.gz
null-browser-51be15cd7c9f39276f27d416356744041e62c22c.zip
Add edge decoration widgets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eff7dca..23f8f82 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: clean build build-release build-source test run check
+.PHONY: clean build build-release dev-setup build-dev install build-source test run check fmt
all: build-dev
@@ -39,8 +39,10 @@ debug:
DEBUG=1 make build-dev
gdb ./build/null-browser
-check:
+fmt:
clang-format -i ./src/**/*.{hpp,cpp}
+
+check: fmt
clang-tidy --config-file=.clang-tidy ./src/**/*.{hpp,cpp}
# appimage: