view dspanal/Makefile @ 282:52d21957bf2e

compal/sym-fw-disasm: initial analysis
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 14 Mar 2019 06:55:02 +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