FreeCalypso > hg > freecalypso-reveng
diff Makefile @ 64:b8753e705e1a
rfcap-grep.c hack-utility written
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 16 Jan 2014 01:22:32 +0000 |
parents | 1e797f846563 |
children | 3890c2672fe0 |
line wrap: on
line diff
--- a/Makefile Mon Dec 02 08:55:38 2013 +0000 +++ b/Makefile Thu Jan 16 01:22:32 2014 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -STD= factdiff mokosrec2bin +STD= factdiff mokosrec2bin rfcap-grep CRYPTO= imeibrute pirimei PROGS= ${STD} ${CRYPTO} @@ -16,6 +16,7 @@ imeibrute: imeibrute.c mokosrec2bin: mokosrec2bin.c pirimei: pirimei.c +rfcap-grep: rfcap-grep.c clean: rm -f ${PROGS} *.o *errs *.out