From ec88407707261903bdb95e723b41698e54aa6a7c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 17 Nov 2025 02:15:17 +0000 Subject: Makefile: Remove conditional variable assignment. We don't need conditional variable assignment to override variables on the command line. --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec40d0b..f4669d1 100644 --- a/Makefile +++ b/Makefile @@ -19,14 +19,14 @@ project = ravanan version = 0.1.0 -GIT ?= git -GPG ?= gpg -GUILD ?= guild -GUILE ?= guile -GUILE_RUN64 ?= guile-run64 -LZIP ?= lzip -NODE ?= node -SED ?= sed +GIT = git +GPG = gpg +GUILD = guild +GUILE = guile +GUILE_RUN64 = guile-run64 +LZIP = lzip +NODE = node +SED = sed prefix ?= /usr/local bindir ?= $(prefix)/bin -- cgit 1.4.1