FreeCalypso > hg > freecalypso-sw
view target-utils/libmpffs/Makefile @ 100:02ece4d8c755
pirexplore: beginning of FFS support
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 01 Sep 2013 21:55:51 +0000 |
parents | |
children | 7029fe8ae0bc |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -Os -fno-builtin CPPFLAGS=-I../include AR= arm-elf-ar RANLIB= arm-elf-ranlib OBJS= globals.o init.o all: libmpffs.a libmpffs.a: ${OBJS} ${AR} cru $@ ${OBJS} ${RANLIB} $@ clean: rm -f *.[oa] *errs