Skip to content

Commit

Permalink
Update 2023-07-21-makefile-tips.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andregri authored Mar 28, 2024
1 parent 3c84195 commit fb86382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-07-21-makefile-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ From [“The Two Flavors of Variables” documentation of GNU Make](https://www.

```makefile
x := foo
y := $(x) bar
y = $(x) bar
x := later

.PHONY: printx
Expand Down

0 comments on commit fb86382

Please sign in to comment.