FreeCalypso > hg > freecalypso-reveng
view Makefile @ 103:a10acb1688e0
thumbdis: buglet in the decoding of sub-from-sp
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 31 Mar 2014 01:59:28 +0000 | 
| parents | 3890c2672fe0 | 
| children | 
line wrap: on
 line source
CC= gcc CFLAGS= -O2 STD= atsc factdiff mokosrec2bin rfcap-grep CRYPTO= imeibrute pirimei PROGS= ${STD} ${CRYPTO} all: ${PROGS} ${STD}: ${CC} ${CFLAGS} -o $@ $@.c ${CRYPTO}: ${CC} ${CFLAGS} -o $@ $@.c -lcrypto atsc: atsc.c factdiff: factdiff.c imeibrute: imeibrute.c mokosrec2bin: mokosrec2bin.c pirimei: pirimei.c rfcap-grep: rfcap-grep.c clean: rm -f ${PROGS} *.o *errs *.out
