view Makefile @ 10:b0f7481efc8b

Pirelli PCB rev eng: finally have something worthy to report: traced out the 3 chip selects for the RAM/flash MCP.
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 20 Apr 2013 00:56:45 +0000
parents cb736d95338d
children 103d996ed2d5
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROGS=	mokosrec2bin

all:	${PROGS}

${PROGS}:
	${CC} ${CFLAGS} -o $@ $@.c

mokosrec2bin:	mokosrec2bin.c

clean:
	rm -f ${PROGS} *.o *errs *.out