FreeCalypso > hg > freecalypso-sw
view nuc-fw/nucdemo/Makefile @ 113:3b2e941043d8
nuc-fw/bsp: niq32.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 20 Oct 2013 21:12:41 +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