diff options
author | Adam Bard <github@adambard.com> | 2015-10-31 18:31:39 +0800 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2015-10-31 18:31:39 +0800 |
commit | a13bc01bd18393000e9d738f42051897ce14c67f (patch) | |
tree | dd29fd8a5dabfbee8a5e590fd2dfe5d62b7f3968 | |
parent | c297cfa4f0ed9053cd4c6d9615385c51477f8b1f (diff) | |
parent | bc91d2ce920c8e68cdc882cb6af2c15e7d54352e (diff) |
Merge pull request #1904 from elizabethsiegle/patch-1
Update make.html.markdown
-rw-r--r-- | make.html.markdown | 2 |
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)
-
|