FreeCalypso > hg > freecalypso-reveng
view Makefile @ 58:d05b2e790e6b
Pirelli PCB: some measurements of the debug connector footprint
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 13 Nov 2013 21:00:30 +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