FreeCalypso > hg > freecalypso-reveng
diff mysteryffs/Makefile @ 25:ae5337f881e3
MysteryFFS: beginning of the extract utility
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 18 May 2013 23:08:13 +0000 |
parents | 671db68916c7 |
children |
line wrap: on
line diff
--- a/mysteryffs/Makefile Sat May 18 21:09:33 2013 +0000 +++ b/mysteryffs/Makefile Sat May 18 23:08:13 2013 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -PROGS= dump1 dump2 scan1 +PROGS= dump1 dump2 extract scan1 all: ${PROGS} @@ -9,6 +9,7 @@ dump1: dump1.c dump2: dump2.c +extract: extract.c scan1: scan1.c clean: