FreeCalypso > hg > freecalypso-reveng
view arm7dis/Makefile @ 94:915e2ca2813d
armdis: ldm/stm decoding implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 30 Mar 2014 07:11:41 +0000 |
parents | f7fba8518fa2 |
children | dd6c92a1aa34 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= armdis ARMDIS_OBJS= armdis.o atcommon.o common.o INSTDIR=/usr/local/bin all: ${PROGS} armdis: ${ARMDIS_OBJS} ${CC} -o $@ ${ARMDIS_OBJS} clean: rm -f *.o ${PROGS} *errs