FreeCalypso > hg > freecalypso-reveng
view dspanal/Makefile @ 253:6f9969cf55a1
pirelli/fw-disasm: rvf_stop_timer() call confirmed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 25 Dec 2017 21:15:23 +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