FreeCalypso > hg > freecalypso-reveng
view Makefile @ 57:277fd7b971f0
some success in finding familiar TI code in moko11 and Pirelli fw binary images
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 12 Nov 2013 04:28:47 +0000 |
parents | 103d996ed2d5 |
children | 3f38da3933c2 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= factdiff mokosrec2bin all: ${PROGS} ${PROGS}: ${CC} ${CFLAGS} -o $@ $@.c factdiff: factdiff.c mokosrec2bin: mokosrec2bin.c clean: rm -f ${PROGS} *.o *errs *.out