~cdwilson/python-msp430-tools/fix-bug-936695

« back to all changes in this revision

Viewing changes to examples/asm/led/makefile

  • Committer: Chris Liechti
  • Date: 2011-01-11 00:03:36 UTC
  • Revision ID: cliechti@gmx.net-20110111000336-e4qtjxbiditiqacb
doc update

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
43
43
.PHONY: download-jtag download-bsl download-gdb
44
44
download-jtag: led.txt
45
 
        python -m msp430.jtag.target -e -l /opt/mspgcc/lib $^
 
45
        python -m msp430.jtag.target -e -l /opt/mspgcc/lib $^ --no-close -r
46
46
download-bsl: led.txt
47
47
        python -m msp430.bsl.target -e $^
48
48
download-gdb: led.txt