FreeCalypso > hg > freecalypso-sw
view nuc-fw/nucdemo/Makefile @ 97:a2e793f6b8c4
some README files added
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 01 Sep 2013 12:54:42 +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