view Makefile @ 12:25b016d16602

boot ROM re: making inroads into the 0x2c8 routine
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 24 Apr 2013 19:32: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