FreeCalypso > hg > freecalypso-sw
view nuc-fw/sprintf/Makefile @ 104:f65df1d640aa
pirexplore: approaching sanity with the LCD
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 02 Sep 2013 03:07:07 +0000 |
parents | dd13211c9f10 |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb AR= arm-elf-ar RANLIB= arm-elf-ranlib OBJS= doprnt.o sprintf.o vsprintf.o all: libsprintf.a libsprintf.a: ${OBJS} ${AR} cru $@ ${OBJS} ${RANLIB} $@ clean: rm -f *.[oa] *errs