view nuc-fw/nucdemo/Makefile @ 106:ae4921a3aa33

fc-loadtool program-{m0,srec}: more usable progress indication
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 11 Sep 2013 17:58:55 +0000
parents dd13211c9f10
children
line wrap: on
line source

CC=	arm-elf-gcc
CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
CPPFLAGS=-I../nucleus

OBJS=	demo.o

all:	${OBJS}

clean:
	rm -f *.[oa] *errs