README 549 B

12345678910111213
  1. $OpenBSD: README,v 1.1 2013/01/25 10:06:33 jasper Exp $
  2. +-----------------------------------------------------------------------
  3. | Running ${FULLPKGNAME} on OpenBSD
  4. +-----------------------------------------------------------------------
  5. To aid development with MSP430 on OpenBSD, a sample Makefile has been
  6. installed into ${PREFIX}/share/examples/msp430/Makefile .
  7. Using the provided Makefile template, $SOURCES will default to
  8. 'main.c'. This can be compiled with the default 'all' target, and
  9. uploaded to the device using the 'program' target.