Arduino-Makefile/arduino-mk
Matthijs Kooijman 09840089fd Fix make generated_assembly
Before, .ino and .pde files would be converted to .cpp files and there
is a rule to convert those .cpp files to .s files for make
generated_assembly. However, since 1f043bb (Compile .ino and .pde files
directly) these intermediate .cpp files are no longer generated,
breaking the rule to generate .s files.

This fixes this by also generating .s files from .ino and .pde files
directly.

Closes #76
2013-06-19 23:44:36 +02:00
..
Arduino.mk Fix make generated_assembly 2013-06-19 23:44:36 +02:00
licence.txt Initial NWO check in 2012-02-28 09:06:56 +00:00