FreeCalypso > hg > freecalypso-reveng
view Makefile @ 30:9c3c5a572b57
mpffs-ls works with the length code stubbed out
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 30 Jun 2013 06:28:58 +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