From 2ece1ce89e1b5ce6bbe55d98970d380efc15639e Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 5 Sep 2023 18:13:40 +0200 Subject: Make it easy to override Make variables with the guix command to use --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c04bbfa..ab8cf3d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # # Available under the terms of Creative Commons Zero v1.0 Universal. -GUIX := guix +GUIX ?= guix ifdef WEBSITE all: $(WEBSITE)/en/index.html -- cgit v1.2.3