Merge pull request #1425 from mehran-prs/patch-1

This commit is contained in:
Rico Sta. Cruz 2020-06-15 00:06:45 +10:00 committed by GitHub
commit 4c38e4ae49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ category: CLI
uglify = $(uglify) # lazy assignment
compressor := $(uglify) # immediate assignment
prefix ?= /usr/local # safe assignment
hello += world # append
```
`=` expressions are only evaluated when they're being used.