FreeCalypso > hg > freecalypso-reveng
view Makefile @ 55:037c9bea954c
Pirelli PCB: traced the earpiece and loudspeaker analog signals
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 02 Aug 2013 02:16:31 +0000 |
parents | 103d996ed2d5 |
children | 3f38da3933c2 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= factdiff mokosrec2bin all: ${PROGS} ${PROGS}: ${CC} ${CFLAGS} -o $@ $@.c factdiff: factdiff.c mokosrec2bin: mokosrec2bin.c clean: rm -f ${PROGS} *.o *errs *.out