/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 arduino.mk

  • Committer: Tim Marston
  • Date: 2013-02-20 21:23:08 UTC
  • Revision ID: tim@ed.am-20130220212308-l0e8dprou7nxaed0
fixed default ARDUINODIR and PREFERENCESFILE locations for Macs

Show diffs side-by-side

added added

removed removed

433
433
.lib/%.C.o: %.C
434
434
        mkdir -p $(dir $@)
435
435
        $(COMPILE.cpp) -o $@ $<
436
 
 
437
 
# Local Variables:
438
 
# mode: makefile
439
 
# tab-width: 4
440
 
# End: