## # Toplevel Makefile MSP40 hardware UART # # Stefan Wendler, sw@kaltpost.de ## BASEDIR = . SRCDIR = src TMPDIR = /tmp VERSION = 0.1 TARGET = msp430_harduart_v$(VERSION) all: target target: make -C $(SRCDIR) style: cd $(SRCDIR) && make style check: make -C $(SRCDIR) check flash-target: target mspdebug rf2500 "prog ./bin/firmware.elf" clean: make -C $(SRCDIR) clean rm -fr doc/gen rm -f bin/firmware.*