mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[make/en] typo and change link
This commit is contained in:
parent
c36fc10ef5
commit
406d3f041f
@ -186,7 +186,7 @@ echo_inbuilt:
|
|||||||
# only evaluated once. (This is a GNU make extension)
|
# only evaluated once. (This is a GNU make extension)
|
||||||
|
|
||||||
var := hello
|
var := hello
|
||||||
var2 ::= $(var) hello
|
var2 ::= $(var) hello
|
||||||
#:= and ::= are equivalent.
|
#:= and ::= are equivalent.
|
||||||
|
|
||||||
# These variables are evaluated procedurally (in the order that they
|
# These variables are evaluated procedurally (in the order that they
|
||||||
@ -240,6 +240,6 @@ endif
|
|||||||
|
|
||||||
### More Resources
|
### More Resources
|
||||||
|
|
||||||
+ [gnu make documentation](https://www.gnu.org/software/make/manual/)
|
- [GNU Make documentation](https://www.gnu.org/software/make/manual/make.html)
|
||||||
+ [software carpentry tutorial](http://swcarpentry.github.io/make-novice/)
|
- [Software Carpentry tutorial](https://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)
|
- [Makefile Tutorial By Example](https://makefiletutorial.com/#makefile-cookbook)
|
||||||
|
Loading…
Reference in New Issue
Block a user