view dspanal/Makefile @ 287:5259ce993e87

compal/c156-fw-disasm: got to Init_Target()
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 23 Mar 2019 05:11:09 +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