FreeCalypso > hg > freecalypso-reveng
view Makefile @ 53:00dedefbdfd1
factdiff: print the number of bytes in each varying chunk
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 26 Jul 2013 03:15:57 +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