FreeCalypso > hg > freecalypso-reveng
view dspanal/Makefile @ 277:5c47d916255e
compal/c156-boot.disasm: GPIO comments were wrong
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 05 Nov 2018 23:18:42 +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