aboutsummaryrefslogtreecommitdiffstats
path: root/csc/Makefile
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-01-13 15:48:37 -0800
committerRose Hogenson <rhogenson@posteo.net>2022-01-13 15:48:37 -0800
commit114c04d354cbdffbec50775596ed8c8f0fa1d7f1 (patch)
tree00046186566d6afb421b92b754efe94090b0b35d /csc/Makefile
parentGeneralize the hash map. (diff)
downloadchromatopelma-114c04d354cbdffbec50775596ed8c8f0fa1d7f1.tar.zst
Use := instead of = for variable assignment.
I was reading about the difference, and := does what you want more often than not.
Diffstat (limited to 'csc/Makefile')
-rw-r--r--csc/Makefile2
1 files changed, 1 insertions, 1 deletions
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