view dspanal/Makefile @ 272:8f08645901a0

dsample-fw-disasm: done with the calc_a_b()-like function
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 20 Jan 2018 00:38:51 +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