Update make.html.markdown

This commit is contained in:
Elizabeth "Lizzie" Siegle 2015-10-30 01:20:12 -04:00
parent f0a4c88acf
commit bc91d2ce92

View File

@ -234,10 +234,8 @@ bar = 'hello'
endif 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)