mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 18:11:38 +00:00
small corrections to make tutorial
This commit is contained in:
parent
ab6fc2fd23
commit
b4ad0b8002
@ -58,7 +58,7 @@ file2.txt file3.txt: file0.txt file1.txt
|
|||||||
|
|
||||||
# A phony target. Any target that isn't a file.
|
# A phony target. Any target that isn't a file.
|
||||||
# It will never be up to date so make will always try to run it.
|
# It will never be up to date so make will always try to run it.
|
||||||
all: faker process
|
all: maker process
|
||||||
|
|
||||||
# We can declare things out of order.
|
# We can declare things out of order.
|
||||||
maker:
|
maker:
|
||||||
@ -230,7 +230,7 @@ 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/)
|
||||||
[software carpentry tutorial](http://swcarpentry.github.io/make-novice/)
|
+ [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)
|
+ learn C the hard way [ex2](http://c.learncodethehardway.org/book/ex2.html) [ex28](http://c.learncodethehardway.org/book/ex28.html)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user