From 4a9cbe530633ae52bd0da4e476156706f558670c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Justen=20aka=20Turicas?= Date: Tue, 9 Aug 2011 16:36:03 -0300 Subject: [PATCH] Added link to resources.markdown at README.markdown --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index 95cc8c8..83215ae 100644 --- a/README.markdown +++ b/README.markdown @@ -15,6 +15,13 @@ It does: **WARNING[1]:** by now the feature of compiling external libraries (even standard libraries and third-party libraries) is not implemented. So, if you have some `#include` in your project, probably it won't work -- but don't be afraid, I'm working on this. + +Why another Makefile? +--------------------- + +The question was answered in the section above -- but I'm studying all the Makefiles for Arduino that I found in the Web and trying to implement the simplest way of doing it right. I've created a [**comprehensive list of Makefiles**](https://github.com/turicas/arduinoMakefile/blob/master/resources.markdown) and I'm categorizing them. + + Dependencies ------------