/make/arduino-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/arduino-mk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: edam
  • Date: 2012-02-16 14:23:53 UTC
  • Revision ID: edam@waxworlds.org-20120216142353-3wnmw6k12l8m4qb4
added AVRDUDECONF variable; fixed some OS X issues; added SERIALDEV guess warning and invalid BOARD value error

Show diffs side-by-side

added added

removed removed

1
 
# makefile to package the arduino makefile
2
 
 
3
 
FILES := \
4
 
        arduino.mk \
5
 
        NEWS \
6
 
        THANKS \
7
 
        TODO
8
 
 
9
 
VERSION := $(shell sed -n '5s/^\#.* //p' arduino.mk)
10
 
 
11
 
all: 
12
 
        tar -cJvf arduino-mk_$(VERSION).txz $(FILES)