diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-05-18 12:03:35 -0600 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-05-18 12:03:35 -0600 |
commit | 406d3f041fe5dd55d5b3842a64cfe5b67e3eb8e1 (patch) | |
tree | fa4de6b2e148b04d1a1b2cfdc4edfe546d9fbd21 /make.html.markdown | |
parent | c36fc10ef56e945b59c30a067e3437244e3e9c4e (diff) |
[make/en] typo and change link
Diffstat (limited to 'make.html.markdown')
-rw-r--r-- | make.html.markdown | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make.html.markdown b/make.html.markdown index 5269e436..6738cd05 100644 --- a/make.html.markdown +++ b/make.html.markdown @@ -186,7 +186,7 @@ echo_inbuilt: # only evaluated once. (This is a GNU make extension) var := hello -var2 ::= $(var) hello +var2 ::= $(var) hello #:= and ::= are equivalent. # These variables are evaluated procedurally (in the order that they @@ -240,6 +240,6 @@ endif ### More Resources -+ [gnu make documentation](https://www.gnu.org/software/make/manual/) -+ [software carpentry tutorial](http://swcarpentry.github.io/make-novice/) -+ learn C the hard way [ex2](http://c.learncodethehardway.org/book/ex2.html) [ex28](http://c.learncodethehardway.org/book/ex28.html) +- [GNU Make documentation](https://www.gnu.org/software/make/manual/make.html) +- [Software Carpentry tutorial](https://swcarpentry.github.io/make-novice/) +- [Makefile Tutorial By Example](https://makefiletutorial.com/#makefile-cookbook) |