Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial. http://hardwarefun.com/tutorials/compiling-arduino-sketches-using-makefile
Find a file
Christopher Peplin ece25aef75 Use system AVR tools in Linux as they are not distributed with the IDE.
As of Arduino 1.0 the AVR tools are not distributed with the IDE.
2012-03-30 16:13:09 -04:00
arduino-mk Use system AVR tools in Linux as they are not distributed with the IDE. 2012-03-30 16:13:09 -04:00
examples Remove more object files 2012-02-28 11:48:44 +00:00
releases Moved released tarballs to releases subdir 2012-03-09 22:24:35 +00:00
README.md Added README 2012-03-10 13:25:42 +00:00

A Makefile for Arduino Sketches

This is a very simple Makefile which knows how to build Arduino sketches.

Until March 2012, this was simply posted on my website where you can still find what documentation exists.

If you're using Debian or Ubuntu, you can find this in the arduino-core package.