view dspanal/Makefile @ 213:05d2d34f5015

compal directory: added analysis of C139 boot code version with 1004 signature
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 25 Jul 2016 19:29:03 +0000
parents b893ea27e081
children 8e816bba2ff7
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROGS=	patchanal

all:	${PROGS}

${PROGS}:
	${CC} ${CFLAGS} -o $@ $@.c

patchanal:	patchanal.c

clean:
	rm -f ${PROGS} *.o *errs *.out