summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-11-17 02:15:17 +0000
committerArun Isaac2025-11-17 02:15:17 +0000
commitec88407707261903bdb95e723b41698e54aa6a7c (patch)
treebd93bbd449c938263a8ce461e820cc16c62a274f
parent53f1523e5b89c7e523998f420ae5601904d133a2 (diff)
downloadravanan-ec88407707261903bdb95e723b41698e54aa6a7c.tar.gz
ravanan-ec88407707261903bdb95e723b41698e54aa6a7c.tar.lz
ravanan-ec88407707261903bdb95e723b41698e54aa6a7c.zip
Makefile: Remove conditional variable assignment.
We don't need conditional variable assignment to override variables on
the command line.
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
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