aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23f8f82..1272245 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: clean build build-release dev-setup build-dev install build-source test run check fmt
+.PHONY: clean build build-release dev-setup build-dev install build-source test run check fmt docs
all: build-dev
@@ -45,6 +45,11 @@ fmt:
check: fmt
clang-tidy --config-file=.clang-tidy ./src/**/*.{hpp,cpp}
+docs:
+ ldoc -p null-browser -t "Null browser api" \
+ --merge --ignore --lls \
+ ./lua/null-browser/
+
# appimage:
# nix bundle --bundler github:ralismark/nix-appimage