FreeCalypso > hg > freecalypso-reveng
view leo-obj/tool/Makefile @ 395:00f5287db832
se_k200i/flash-notes: fix wrong number of zeros in 0x20000 address
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 01 Jan 2023 01:42:04 +0000 |
parents | 069b79b36228 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROG= tiobjd OBJS= armdis.o atcommon.o basics.o chararray.o disasm.o globals.o hints.o \ ln.o lowlevel.o main.o profile.o reloc.o richsym.o symtab.o tables.o \ thumbdis.o HDRS= coffconst.h filestruct.h globals.h intstruct.h all: ${PROG} ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} ${OBJS}: ${HDRS} install: install -c -o bin -g bin -m 755 ${PROG} /usr/local/bin clean: rm -f *.o ${PROG} *err