From d8836afcb5327b7d1ba3f24ee28e70c96ab991b2 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 14 Oct 2018 22:15:31 -0400 Subject: Makefile: Update guile variable. Search for guile and guile2. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2a3e9f..6da3551 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # license: gnu gpl version 3 or higher. # copyright 2016 rsiddharth -guile=$(shell which guile) +guile:=`which guile 2>/dev/null || which guile2 2>/dev/null` bin=$(HOME)/.bin -- cgit v1.2.3