comparison gsm-fw/gpf/osx/Makefile @ 491:886cd11bc45f

OSX reconstruction started
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 30 Jun 2014 19:28:28 +0000
parents
children
comparison
equal deleted inserted replaced
490:06ab60fec942 491:886cd11bc45f
1 CC= arm-elf-gcc
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork
3 CPPFLAGS=-I../inc
4
5 OBJS= osx.o
6
7 all: ${OBJS}
8
9 clean:
10 rm -f *.[oa] *errs