Update makefile.md

This commit is contained in:
Rico Sta. Cruz 2020-06-13 10:09:28 +10:00 committed by GitHub
parent d48d956a5a
commit 147fd9351e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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