view Makefile @ 39:9bc7f0e03fa8

iterate_extra_chunks() function written, mpffs-ls converted to use it
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 01 Jul 2013 06:49:50 +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