FreeCalypso > hg > freecalypso-reveng
view dspanal/Makefile @ 300:74ebb63948d2
dsample-fw-disasm: a few tpudrv10 l1dmacro functions
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 05 Oct 2019 08:29:39 +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