summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorKirill A. Korinsky <kirill@korins.ky>2023-08-11 22:45:23 +0200
committerJohn Mercouris <john@mercouris.email>2023-09-11 13:07:42 -0400
commit1f88a72b4b91d687afddd9ac8f8dabbd619171a6 (patch)
treea719d4674535bfade408748229f6254b5a5f23cf /makefile
parentf1a59f25e7265d50ef58e323b49d4e4980784d11 (diff)
Allow to overwrite env variables at Makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/makefile b/makefile
index 7d1508560..c035a4443 100644
--- a/makefile
+++ b/makefile
@@ -19,9 +19,13 @@ FLATPAK_APP_ID = engineer.atlas.Nyxt
FLATPAK_MANIFEST := build-scripts/$(FLATPAK_APP_ID).yaml
FLATPAK_EXPORT_REPOSITORY = _build/nyxt-flatpak-repository
-export NYXT_SUBMODULES=true
-export NYXT_RENDERER=gi-gtk
-export NASDF_USE_LOGICAL_PATHS=true
+NYXT_SUBMODULES ?= true
+NYXT_RENDERER ?= gi-gtk
+NASDF_USE_LOGICAL_PATHS ?= true
+
+export NYXT_SUBMODULES
+export NYXT_RENDERER
+export NASDF_USE_LOGICAL_PATHS
.PHONY: help
help: