From 114c04d354cbdffbec50775596ed8c8f0fa1d7f1 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 13 Jan 2022 15:48:37 -0800 Subject: Use := instead of = for variable assignment. I was reading about the difference, and := does what you want more often than not. --- csc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csc/Makefile') diff --git a/csc/Makefile b/csc/Makefile index 4c2be61..d4f1ab6 100644 --- a/csc/Makefile +++ b/csc/Makefile @@ -1,4 +1,4 @@ -CSC = guile-compat/csc.fish +CSC := guile-compat/csc.fish .PHONY: test test: *.csc -- cgit v1.3.1