FreeCalypso > hg > freecalypso-reveng
view mysteryffs/Makefile @ 216:4b97cf9a90f0
leo-obj: started analyzing l1audio_cust.obj in l1_custom_ext.lib
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 14 Mar 2017 06:04:28 +0000 |
parents | ae5337f881e3 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= dump1 dump2 extract scan1 all: ${PROGS} ${PROGS}: ${CC} ${CFLAGS} -o $@ $@.c dump1: dump1.c dump2: dump2.c extract: extract.c scan1: scan1.c clean: rm -f ${PROGS} *.o *errs *.out