diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-12 01:21:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-12 01:21:15 +0530 |
| commit | ec909d4211cd124a23f2ea878cc961b8b53f651a (patch) | |
| tree | 1a04e951ec8fb59e488dc35b28728dbad2c1bf9e /Makefile | |
| parent | 4ccfb93b8c193851f6a208e1e0032ebc02bd768c (diff) | |
| download | null-browser-ec909d4211cd124a23f2ea878cc961b8b53f651a.tar.gz null-browser-ec909d4211cd124a23f2ea878cc961b8b53f651a.zip | |
Add null_docs_dir & null_assets_dir config options + use in lua
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ dev-setup: @cp build/compile_commands.json . build-dev: build-source dev-setup + cd build && cmake --install . --prefix "${PREFIX}" build: RELEASE=1 make build-source LUA_PREFIX="${PREFIX}/lua" |
