added fwdump, basic data write implemented
[my-code/arm.git] / betty / Makefile
1 CC = gcc
2 CFLAGS = -Wall
3
4 all: lpcload
5