FreeCalypso > hg > freecalypso-reveng
view dspanal/Makefile @ 297:7ff59aa23628
blobstat: classification spec files moved into specs subdir
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 21 Sep 2019 22:04:45 +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