summaryrefslogtreecommitdiffhomepage
path: root/make.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2015-10-31 18:31:39 +0800
committerAdam Bard <github@adambard.com>2015-10-31 18:31:39 +0800
commita13bc01bd18393000e9d738f42051897ce14c67f (patch)
treedd29fd8a5dabfbee8a5e590fd2dfe5d62b7f3968 /make.html.markdown
parentc297cfa4f0ed9053cd4c6d9615385c51477f8b1f (diff)
parentbc91d2ce920c8e68cdc882cb6af2c15e7d54352e (diff)
Merge pull request #1904 from elizabethsiegle/patch-1
Update make.html.markdown
Diffstat (limited to 'make.html.markdown')
-rw-r--r--make.html.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/make.html.markdown b/make.html.markdown
index 563139d1..e8cfd2b5 100644
--- a/make.html.markdown
+++ b/make.html.markdown
@@ -234,10 +234,8 @@ bar = 'hello'
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)
-