diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-01-13 15:48:37 -0800 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-01-13 15:48:37 -0800 |
| commit | 114c04d354cbdffbec50775596ed8c8f0fa1d7f1 (patch) | |
| tree | 00046186566d6afb421b92b754efe94090b0b35d /csc/Makefile | |
| parent | Generalize the hash map. (diff) | |
| download | chromatopelma-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/Makefile | 2 |
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 |
