1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-29 11:20:21 +01:00

Merge pull request #1904 from elizabethsiegle/patch-1

Update make.html.markdown
This commit is contained in:
Adam Bard 2015-10-31 18:31:39 +08:00
commit a13bc01bd1

View File

@ -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)