cleaned lpcload (only init working by now) + added Makefile
[my-code/arm.git] / betty / Makefile
1 CC = gcc
2 CFLAGS = -Wall
3
4 all: lpcload
5