From 60b361fdaea0e9de93fdf70f9f8bef58ad3ae910 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 25 May 2023 15:45:57 -0700 Subject: Fix variable reference Oops, must have accidentally screwed this up when I changed the name. Will probably move the guile code into its own file at some point, though. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 64b6ad2..0b6ffd5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,7 +31,7 @@ define GUILE_MODULE (loop (read-line p))))))))) endef -$(guile GUILE_MODULE)) +$(guile $(GUILE_MODULE)) define upload = emacs --quick --batch \ -- cgit v1.2.3-54-g00ecf