FreeCalypso > hg > freecalypso-citrine
view gpf/osx/Makefile @ 45:a2d5d622e19e
sprintf/*.[ch]: author's gendered name corrected in the comments
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 29 Sep 2017 03:02:50 +0000 |
parents | 75a11d740a02 |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork CPPFLAGS=-I../inc OBJS= osx.o all: ${OBJS} clean: rm -f *.[oa] *errs