view dspanal/Makefile @ 250:431efc676a9c

pirelli/fw-disasm: started analysing the Switch_ON() code
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 24 Dec 2017 17:18:06 +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