CC=msp430-gcc CFLAGS=-Os -Wall -g -mmcu=msp430g2553 -std=gnu99 test.elf: test.o $(LIBS) $(CC) $(CFLAGS) -o test.elf test.o mspdebugconsole.c test.o: test.c $(CC) $(CFLAGS) -c test.c clean: rm -fr *.elf *.o prog: test.elf mspdebug rf2500 "prog test.elf"